public class Gathering extends Object implements IModel, Serializable, Comparable<Gathering>
| Constructor and Description |
|---|
Gathering() |
public String getGatheringId()
public void setGatheringId(String gatheringId)
public String getName()
public void setName(String name)
public List<AttributeRange> getAttributeRanges()
public void setAttributeRanges(List<AttributeRange> attributeRanges)
public Gathering withAttributeRanges(List<AttributeRange> attributeRanges)
public List<CapacityOfRole> getCapacityOfRoles()
public void setCapacityOfRoles(List<CapacityOfRole> capacityOfRoles)
public Gathering withCapacityOfRoles(List<CapacityOfRole> capacityOfRoles)
public String getMetadata()
public void setMetadata(String metadata)
public Long getExpiresAt()
public void setExpiresAt(Long expiresAt)
public Long getCreatedAt()
public void setCreatedAt(Long createdAt)
public Long getUpdatedAt()
public void setUpdatedAt(Long updatedAt)
public static Gathering fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
public int compareTo(Gathering o)
compareTo in interface Comparable<Gathering>Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.