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