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