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