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