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