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