public class CurrentShowcaseMaster extends Object implements IModel, Serializable, Comparable<CurrentShowcaseMaster>
| Constructor and Description |
|---|
CurrentShowcaseMaster() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(CurrentShowcaseMaster o) |
boolean |
equals(Object o) |
static CurrentShowcaseMaster |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
String |
getNamespaceId() |
String |
getSettings() |
int |
hashCode() |
void |
setNamespaceId(String namespaceId) |
void |
setSettings(String settings) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
CurrentShowcaseMaster |
withNamespaceId(String namespaceId) |
CurrentShowcaseMaster |
withSettings(String settings) |
public String getNamespaceId()
public void setNamespaceId(String namespaceId)
public CurrentShowcaseMaster withNamespaceId(String namespaceId)
public String getSettings()
public void setSettings(String settings)
public CurrentShowcaseMaster withSettings(String settings)
public static CurrentShowcaseMaster fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
public int compareTo(CurrentShowcaseMaster o)
compareTo in interface Comparable<CurrentShowcaseMaster>Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.