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