| 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 |
|---|---|
LotteryModel |
DescribeLotteryModelsIterator.next() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<LotteryModel> |
DescribeLotteryModelsIterator.iterator() |
| Modifier and Type | Method and Description |
|---|---|
LotteryModel |
LotteryModelDomain.model() |
| Modifier and Type | Method and Description |
|---|---|
static LotteryModel |
LotteryModel.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
LotteryModel |
LotteryModel.withChoicePrizeTableScriptId(String choicePrizeTableScriptId) |
LotteryModel |
LotteryModel.withLotteryModelId(String lotteryModelId) |
LotteryModel |
LotteryModel.withMetadata(String metadata) |
LotteryModel |
LotteryModel.withMethod(String method) |
LotteryModel |
LotteryModel.withMode(String mode) |
LotteryModel |
LotteryModel.withName(String name) |
LotteryModel |
LotteryModel.withPrizeTableName(String prizeTableName) |
| Modifier and Type | Method and Description |
|---|---|
int |
LotteryModel.compareTo(LotteryModel o) |
| Modifier and Type | Method and Description |
|---|---|
LotteryModel |
GetLotteryModelResult.getItem() |
| Modifier and Type | Method and Description |
|---|---|
List<LotteryModel> |
DescribeLotteryModelsResult.getItems() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetLotteryModelResult.setItem(LotteryModel item) |
GetLotteryModelResult |
GetLotteryModelResult.withItem(LotteryModel item) |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeLotteryModelsResult.setItems(List<LotteryModel> items) |
DescribeLotteryModelsResult |
DescribeLotteryModelsResult.withItems(List<LotteryModel> items) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.