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