Class SendBox

java.lang.Object
io.gs2.guild.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)
    • getGuildModelName

      public String getGuildModelName()
    • setGuildModelName

      public void setGuildModelName(String guildModelName)
    • withGuildModelName

      public SendBox withGuildModelName(String guildModelName)
    • getTargetGuildNames

      public List<String> getTargetGuildNames()
    • setTargetGuildNames

      public void setTargetGuildNames(List<String> targetGuildNames)
    • withTargetGuildNames

      public SendBox withTargetGuildNames(List<String> targetGuildNames)
    • 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