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