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