Class SendBox

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

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

    • SendBox

      public SendBox()
  • Method Details

    • getSendBoxId

      public String getSendBoxId()
    • setSendBoxId

      public void setSendBoxId(String sendBoxId)
    • withSendBoxId

      public SendBox withSendBoxId(String sendBoxId)
    • getUserId

      public String getUserId()
    • setUserId

      public void setUserId(String userId)
    • withUserId

      public SendBox withUserId(String userId)
    • getTargetUserIds

      public List<String> getTargetUserIds()
    • setTargetUserIds

      public void setTargetUserIds(List<String> targetUserIds)
    • withTargetUserIds

      public SendBox withTargetUserIds(List<String> targetUserIds)
    • getCreatedAt

      public Long getCreatedAt()
    • setCreatedAt

      public void setCreatedAt(Long createdAt)
    • withCreatedAt

      public SendBox withCreatedAt(Long createdAt)
    • getUpdatedAt

      public Long getUpdatedAt()
    • setUpdatedAt

      public void setUpdatedAt(Long updatedAt)
    • withUpdatedAt

      public SendBox withUpdatedAt(Long updatedAt)
    • getRevision

      public Long getRevision()
    • setRevision

      public void setRevision(Long revision)
    • withRevision

      public SendBox withRevision(Long revision)
    • fromJson

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

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

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

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

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