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