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