| Package | Description |
|---|---|
| io.gs2.lottery.model | |
| io.gs2.lottery.result |
| Modifier and Type | Method and Description |
|---|---|
LotteryModelMaster |
LotteryModelMaster.withChoicePrizeTableScriptId(String choicePrizeTableScriptId)
抽選テーブルを確定するスクリプト のGRNを設定
|
LotteryModelMaster |
LotteryModelMaster.withCount(Integer count)
抽選回数を設定
|
LotteryModelMaster |
LotteryModelMaster.withCreatedAt(Long createdAt)
作成日時を設定
|
LotteryModelMaster |
LotteryModelMaster.withDescription(String description)
抽選の種類マスターの説明を設定
|
LotteryModelMaster |
LotteryModelMaster.withLotteryModelId(String lotteryModelId)
抽選の種類マスターを設定
|
LotteryModelMaster |
LotteryModelMaster.withMetadata(String metadata)
抽選モデルの種類のメタデータを設定
|
LotteryModelMaster |
LotteryModelMaster.withMethod(String method)
抽選方法を設定
|
LotteryModelMaster |
LotteryModelMaster.withMode(String mode)
抽選モードを設定
|
LotteryModelMaster |
LotteryModelMaster.withName(String name)
抽選モデルの種類名を設定
|
LotteryModelMaster |
LotteryModelMaster.withPrizeTableName(String prizeTableName)
景品テーブルの名前を設定
|
LotteryModelMaster |
LotteryModelMaster.withUpdatedAt(Long updatedAt)
最終更新日時を設定
|
| Modifier and Type | Method and Description |
|---|---|
int |
LotteryModelMaster.compareTo(LotteryModelMaster o) |
| Modifier and Type | Method and Description |
|---|---|
LotteryModelMaster |
DeleteLotteryModelMasterResult.getItem()
削除した抽選の種類マスターを取得
|
LotteryModelMaster |
CreateLotteryModelMasterResult.getItem()
作成した抽選の種類マスターを取得
|
LotteryModelMaster |
GetLotteryModelMasterResult.getItem()
抽選の種類マスターを取得
|
LotteryModelMaster |
UpdateLotteryModelMasterResult.getItem()
更新した抽選の種類マスターを取得
|
| Modifier and Type | Method and Description |
|---|---|
List<LotteryModelMaster> |
DescribeLotteryModelMastersResult.getItems()
抽選の種類マスターのリストを取得
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeleteLotteryModelMasterResult.setItem(LotteryModelMaster item)
削除した抽選の種類マスターを設定
|
void |
CreateLotteryModelMasterResult.setItem(LotteryModelMaster item)
作成した抽選の種類マスターを設定
|
void |
GetLotteryModelMasterResult.setItem(LotteryModelMaster item)
抽選の種類マスターを設定
|
void |
UpdateLotteryModelMasterResult.setItem(LotteryModelMaster item)
更新した抽選の種類マスターを設定
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeLotteryModelMastersResult.setItems(List<LotteryModelMaster> items)
抽選の種類マスターのリストを設定
|
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.