public class GetPrizeTableResult extends Object implements IResult, Serializable
| Constructor and Description |
|---|
GetPrizeTableResult() |
| Modifier and Type | Method and Description |
|---|---|
static GetPrizeTableResult |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
PrizeTable |
getItem() |
void |
setItem(PrizeTable item) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
GetPrizeTableResult |
withItem(PrizeTable item) |
public PrizeTable getItem()
public void setItem(PrizeTable item)
public GetPrizeTableResult withItem(PrizeTable item)
public static GetPrizeTableResult fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.