| Package | Description |
|---|---|
| io.gs2.lottery.domain.iterator | |
| io.gs2.lottery.domain.model | |
| io.gs2.lottery.model | |
| io.gs2.lottery.result |
| Modifier and Type | Method and Description |
|---|---|
LotteryModelMaster |
DescribeLotteryModelMastersIterator.next() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<LotteryModelMaster> |
DescribeLotteryModelMastersIterator.iterator() |
| Modifier and Type | Method and Description |
|---|---|
LotteryModelMaster |
LotteryModelMasterDomain.model() |
| Modifier and Type | Method and Description |
|---|---|
static LotteryModelMaster |
LotteryModelMaster.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
LotteryModelMaster |
LotteryModelMaster.withChoicePrizeTableScriptId(String choicePrizeTableScriptId) |
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 |
UpdateLotteryModelMasterResult.getItem() |
LotteryModelMaster |
DeleteLotteryModelMasterResult.getItem() |
LotteryModelMaster |
CreateLotteryModelMasterResult.getItem() |
LotteryModelMaster |
GetLotteryModelMasterResult.getItem() |
| Modifier and Type | Method and Description |
|---|---|
List<LotteryModelMaster> |
DescribeLotteryModelMastersResult.getItems() |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateLotteryModelMasterResult.setItem(LotteryModelMaster item) |
void |
DeleteLotteryModelMasterResult.setItem(LotteryModelMaster item) |
void |
CreateLotteryModelMasterResult.setItem(LotteryModelMaster item) |
void |
GetLotteryModelMasterResult.setItem(LotteryModelMaster item) |
UpdateLotteryModelMasterResult |
UpdateLotteryModelMasterResult.withItem(LotteryModelMaster item) |
DeleteLotteryModelMasterResult |
DeleteLotteryModelMasterResult.withItem(LotteryModelMaster item) |
CreateLotteryModelMasterResult |
CreateLotteryModelMasterResult.withItem(LotteryModelMaster item) |
GetLotteryModelMasterResult |
GetLotteryModelMasterResult.withItem(LotteryModelMaster item) |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeLotteryModelMastersResult.setItems(List<LotteryModelMaster> items) |
DescribeLotteryModelMastersResult |
DescribeLotteryModelMastersResult.withItems(List<LotteryModelMaster> items) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.