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