Package io.gs2.inbox.model
Class Received
java.lang.Object
io.gs2.inbox.model.Received
- All Implemented Interfaces:
IModel,Serializable,Comparable<Received>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic ReceivedfromJson(com.fasterxml.jackson.databind.JsonNode data) inthashCode()voidsetCreatedAt(Long createdAt) voidsetReceivedGlobalMessageNames(List<String> receivedGlobalMessageNames) voidsetReceivedId(String receivedId) voidsetRevision(Long revision) voidsetUpdatedAt(Long updatedAt) voidcom.fasterxml.jackson.databind.JsonNodetoJson()withCreatedAt(Long createdAt) withReceivedGlobalMessageNames(List<String> receivedGlobalMessageNames) withReceivedId(String receivedId) withRevision(Long revision) withUpdatedAt(Long updatedAt) withUserId(String userId)
-
Constructor Details
-
Received
public Received()
-
-
Method Details
-
getReceivedId
-
setReceivedId
-
withReceivedId
-
getUserId
-
setUserId
-
withUserId
-
getReceivedGlobalMessageNames
-
setReceivedGlobalMessageNames
-
withReceivedGlobalMessageNames
-
getCreatedAt
-
setCreatedAt
-
withCreatedAt
-
getUpdatedAt
-
setUpdatedAt
-
withUpdatedAt
-
getRevision
-
setRevision
-
withRevision
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
compareTo
- Specified by:
compareToin interfaceComparable<Received>
-
hashCode
public int hashCode() -
equals
-