Class Received

java.lang.Object
io.gs2.inbox.model.Received
All Implemented Interfaces:
IModel, Serializable, Comparable<Received>

public class Received extends Object implements IModel, Serializable, Comparable<Received>
See Also:
  • Constructor Details

    • Received

      public Received()
  • Method Details

    • getReceivedId

      public String getReceivedId()
    • setReceivedId

      public void setReceivedId(String receivedId)
    • withReceivedId

      public Received withReceivedId(String receivedId)
    • getUserId

      public String getUserId()
    • setUserId

      public void setUserId(String userId)
    • withUserId

      public Received withUserId(String userId)
    • getReceivedGlobalMessageNames

      public List<String> getReceivedGlobalMessageNames()
    • setReceivedGlobalMessageNames

      public void setReceivedGlobalMessageNames(List<String> receivedGlobalMessageNames)
    • withReceivedGlobalMessageNames

      public Received withReceivedGlobalMessageNames(List<String> receivedGlobalMessageNames)
    • getCreatedAt

      public Long getCreatedAt()
    • setCreatedAt

      public void setCreatedAt(Long createdAt)
    • withCreatedAt

      public Received withCreatedAt(Long createdAt)
    • getUpdatedAt

      public Long getUpdatedAt()
    • setUpdatedAt

      public void setUpdatedAt(Long updatedAt)
    • withUpdatedAt

      public Received withUpdatedAt(Long updatedAt)
    • getRevision

      public Long getRevision()
    • setRevision

      public void setRevision(Long revision)
    • withRevision

      public Received withRevision(Long revision)
    • fromJson

      public static Received fromJson(com.fasterxml.jackson.databind.JsonNode data)
    • toJson

      public com.fasterxml.jackson.databind.JsonNode toJson()
    • compareTo

      public int compareTo(Received o)
      Specified by:
      compareTo in interface Comparable<Received>
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object