public class Toc extends Object implements IModel, Serializable, Comparable<Toc>
| Constructor and Description |
|---|
Toc() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Toc o) |
boolean |
equals(Object o) |
static Toc |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
Long |
getCreatedAt() |
List<Entry> |
getEntries() |
Integer |
getIndex() |
String |
getTocId() |
Long |
getUpdatedAt() |
String |
getUserId() |
int |
hashCode() |
void |
setCreatedAt(Long createdAt) |
void |
setEntries(List<Entry> entries) |
void |
setIndex(Integer index) |
void |
setTocId(String tocId) |
void |
setUpdatedAt(Long updatedAt) |
void |
setUserId(String userId) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
Toc |
withCreatedAt(Long createdAt) |
Toc |
withEntries(List<Entry> entries) |
Toc |
withIndex(Integer index) |
Toc |
withTocId(String tocId) |
Toc |
withUpdatedAt(Long updatedAt) |
Toc |
withUserId(String userId) |
public String getTocId()
public void setTocId(String tocId)
public String getUserId()
public void setUserId(String userId)
public Integer getIndex()
public void setIndex(Integer index)
public Long getCreatedAt()
public void setCreatedAt(Long createdAt)
public Long getUpdatedAt()
public void setUpdatedAt(Long updatedAt)
public static Toc fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
public int compareTo(Toc o)
compareTo in interface Comparable<Toc>Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.