public class SendBox extends Object implements IModel, Serializable, Comparable<SendBox>
| Constructor and Description |
|---|
SendBox() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(SendBox o) |
boolean |
equals(Object o) |
static SendBox |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
Long |
getCreatedAt() |
String |
getSendBoxId() |
List<String> |
getTargetUserIds() |
Long |
getUpdatedAt() |
String |
getUserId() |
int |
hashCode() |
void |
setCreatedAt(Long createdAt) |
void |
setSendBoxId(String sendBoxId) |
void |
setTargetUserIds(List<String> targetUserIds) |
void |
setUpdatedAt(Long updatedAt) |
void |
setUserId(String userId) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
SendBox |
withCreatedAt(Long createdAt) |
SendBox |
withSendBoxId(String sendBoxId) |
SendBox |
withTargetUserIds(List<String> targetUserIds) |
SendBox |
withUpdatedAt(Long updatedAt) |
SendBox |
withUserId(String userId) |
public String getSendBoxId()
public void setSendBoxId(String sendBoxId)
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 SendBox fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
public int compareTo(SendBox o)
compareTo in interface Comparable<SendBox>Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.