public class Namespace extends Object implements IModel, Serializable, Comparable<Namespace>
| Constructor and Description |
|---|
Namespace() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Namespace o) |
boolean |
equals(Object o) |
static Namespace |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
Long |
getCreatedAt() |
String |
getDescription() |
LogSetting |
getLogSetting() |
String |
getName() |
String |
getNamespaceId() |
Long |
getUpdatedAt() |
int |
hashCode() |
void |
setCreatedAt(Long createdAt) |
void |
setDescription(String description) |
void |
setLogSetting(LogSetting logSetting) |
void |
setName(String name) |
void |
setNamespaceId(String namespaceId) |
void |
setUpdatedAt(Long updatedAt) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
Namespace |
withCreatedAt(Long createdAt) |
Namespace |
withDescription(String description) |
Namespace |
withLogSetting(LogSetting logSetting) |
Namespace |
withName(String name) |
Namespace |
withNamespaceId(String namespaceId) |
Namespace |
withUpdatedAt(Long updatedAt) |
public String getNamespaceId()
public void setNamespaceId(String namespaceId)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public LogSetting getLogSetting()
public void setLogSetting(LogSetting logSetting)
public Namespace withLogSetting(LogSetting logSetting)
public Long getCreatedAt()
public void setCreatedAt(Long createdAt)
public Long getUpdatedAt()
public void setUpdatedAt(Long updatedAt)
public static Namespace fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
public int compareTo(Namespace o)
compareTo in interface Comparable<Namespace>Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.