public class Inbox extends Object implements IModel, Serializable, Comparable<Inbox>
| Constructor and Description |
|---|
Inbox() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Inbox o) |
boolean |
equals(Object o) |
static Inbox |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
Long |
getCreatedAt() |
List<String> |
getFromUserIds() |
String |
getInboxId() |
Long |
getUpdatedAt() |
String |
getUserId() |
int |
hashCode() |
void |
setCreatedAt(Long createdAt) |
void |
setFromUserIds(List<String> fromUserIds) |
void |
setInboxId(String inboxId) |
void |
setUpdatedAt(Long updatedAt) |
void |
setUserId(String userId) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
Inbox |
withCreatedAt(Long createdAt) |
Inbox |
withFromUserIds(List<String> fromUserIds) |
Inbox |
withInboxId(String inboxId) |
Inbox |
withUpdatedAt(Long updatedAt) |
Inbox |
withUserId(String userId) |
public String getInboxId()
public void setInboxId(String inboxId)
public String getUserId()
public void setUserId(String userId)
public Long getCreatedAt()
public void setCreatedAt(Long createdAt)
public Long getUpdatedAt()
public void setUpdatedAt(Long updatedAt)
public static Inbox fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
public int compareTo(Inbox o)
compareTo in interface Comparable<Inbox>Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.