Class Gathering

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

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

    • Gathering

      public Gathering()
  • Method Details

    • getGatheringId

      public String getGatheringId()
    • setGatheringId

      public void setGatheringId(String gatheringId)
    • withGatheringId

      public Gathering withGatheringId(String gatheringId)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • withName

      public Gathering withName(String name)
    • getAttributeRanges

      public List<AttributeRange> getAttributeRanges()
    • setAttributeRanges

      public void setAttributeRanges(List<AttributeRange> attributeRanges)
    • withAttributeRanges

      public Gathering withAttributeRanges(List<AttributeRange> attributeRanges)
    • getCapacityOfRoles

      public List<CapacityOfRole> getCapacityOfRoles()
    • setCapacityOfRoles

      public void setCapacityOfRoles(List<CapacityOfRole> capacityOfRoles)
    • withCapacityOfRoles

      public Gathering withCapacityOfRoles(List<CapacityOfRole> capacityOfRoles)
    • getAllowUserIds

      public List<String> getAllowUserIds()
    • setAllowUserIds

      public void setAllowUserIds(List<String> allowUserIds)
    • withAllowUserIds

      public Gathering withAllowUserIds(List<String> allowUserIds)
    • getMetadata

      public String getMetadata()
    • setMetadata

      public void setMetadata(String metadata)
    • withMetadata

      public Gathering withMetadata(String metadata)
    • getExpiresAt

      public Long getExpiresAt()
    • setExpiresAt

      public void setExpiresAt(Long expiresAt)
    • withExpiresAt

      public Gathering withExpiresAt(Long expiresAt)
    • getCreatedAt

      public Long getCreatedAt()
    • setCreatedAt

      public void setCreatedAt(Long createdAt)
    • withCreatedAt

      public Gathering withCreatedAt(Long createdAt)
    • getUpdatedAt

      public Long getUpdatedAt()
    • setUpdatedAt

      public void setUpdatedAt(Long updatedAt)
    • withUpdatedAt

      public Gathering withUpdatedAt(Long updatedAt)
    • getRevision

      public Long getRevision()
    • setRevision

      public void setRevision(Long revision)
    • withRevision

      public Gathering withRevision(Long revision)
    • fromJson

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

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

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

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

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