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