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