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