Package io.gs2.matchmaking.model
Class Gathering
java.lang.Object
io.gs2.matchmaking.model.Gathering
- All Implemented Interfaces:
IModel,Serializable,Comparable<Gathering>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic GatheringfromJson(com.fasterxml.jackson.databind.JsonNode data) getName()inthashCode()voidsetAllowUserIds(List<String> allowUserIds) voidsetAttributeRanges(List<AttributeRange> attributeRanges) voidsetCapacityOfRoles(List<CapacityOfRole> capacityOfRoles) voidsetCreatedAt(Long createdAt) voidsetExpiresAt(Long expiresAt) voidsetGatheringId(String gatheringId) voidsetMetadata(String metadata) voidvoidsetRevision(Long revision) voidsetUpdatedAt(Long updatedAt) com.fasterxml.jackson.databind.JsonNodetoJson()withAllowUserIds(List<String> allowUserIds) withAttributeRanges(List<AttributeRange> attributeRanges) withCapacityOfRoles(List<CapacityOfRole> capacityOfRoles) withCreatedAt(Long createdAt) withExpiresAt(Long expiresAt) withGatheringId(String gatheringId) withMetadata(String metadata) withRevision(Long revision) withUpdatedAt(Long updatedAt)
-
Constructor Details
-
Gathering
public Gathering()
-
-
Method Details
-
getGatheringId
-
setGatheringId
-
withGatheringId
-
getName
-
setName
-
withName
-
getAttributeRanges
-
setAttributeRanges
-
withAttributeRanges
-
getCapacityOfRoles
-
setCapacityOfRoles
-
withCapacityOfRoles
-
getAllowUserIds
-
setAllowUserIds
-
withAllowUserIds
-
getMetadata
-
setMetadata
-
withMetadata
-
getExpiresAt
-
setExpiresAt
-
withExpiresAt
-
getCreatedAt
-
setCreatedAt
-
withCreatedAt
-
getUpdatedAt
-
setUpdatedAt
-
withUpdatedAt
-
getRevision
-
setRevision
-
withRevision
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
compareTo
- Specified by:
compareToin interfaceComparable<Gathering>
-
hashCode
public int hashCode() -
equals
-