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