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