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