public class DescribeLotteryModelsResult extends Object implements IResult, Serializable
| Constructor and Description |
|---|
DescribeLotteryModelsResult() |
| Modifier and Type | Method and Description |
|---|---|
static DescribeLotteryModelsResult |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
List<LotteryModel> |
getItems() |
void |
setItems(List<LotteryModel> items) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
DescribeLotteryModelsResult |
withItems(List<LotteryModel> items) |
public List<LotteryModel> getItems()
public void setItems(List<LotteryModel> items)
public DescribeLotteryModelsResult withItems(List<LotteryModel> items)
public static DescribeLotteryModelsResult fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.