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