public class Received extends Object implements IModel, Serializable, Comparable<Received>
| Constructor and Description |
|---|
Received() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Received o) |
boolean |
equals(Object o) |
static Received |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
Long |
getCreatedAt() |
List<String> |
getReceivedGlobalMessageNames() |
String |
getReceivedId() |
Long |
getUpdatedAt() |
String |
getUserId() |
int |
hashCode() |
void |
setCreatedAt(Long createdAt) |
void |
setReceivedGlobalMessageNames(List<String> receivedGlobalMessageNames) |
void |
setReceivedId(String receivedId) |
void |
setUpdatedAt(Long updatedAt) |
void |
setUserId(String userId) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
Received |
withCreatedAt(Long createdAt) |
Received |
withReceivedGlobalMessageNames(List<String> receivedGlobalMessageNames) |
Received |
withReceivedId(String receivedId) |
Received |
withUpdatedAt(Long updatedAt) |
Received |
withUserId(String userId) |
public String getReceivedId()
public void setReceivedId(String receivedId)
public String getUserId()
public void setUserId(String userId)
public void setReceivedGlobalMessageNames(List<String> receivedGlobalMessageNames)
public Received withReceivedGlobalMessageNames(List<String> receivedGlobalMessageNames)
public Long getCreatedAt()
public void setCreatedAt(Long createdAt)
public Long getUpdatedAt()
public void setUpdatedAt(Long updatedAt)
public static Received fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
public int compareTo(Received o)
compareTo in interface Comparable<Received>Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.