Package io.gs2.matchmaking.model
Class CapacityOfRole
java.lang.Object
io.gs2.matchmaking.model.CapacityOfRole
- All Implemented Interfaces:
IModel,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic CapacityOfRolefromJson(com.fasterxml.jackson.databind.JsonNode data) inthashCode()voidsetCapacity(Integer capacity) voidsetParticipants(List<Player> participants) voidsetRoleAliases(List<String> roleAliases) voidsetRoleName(String roleName) com.fasterxml.jackson.databind.JsonNodetoJson()withCapacity(Integer capacity) withParticipants(List<Player> participants) withRoleAliases(List<String> roleAliases) withRoleName(String roleName)
-
Constructor Details
-
CapacityOfRole
public CapacityOfRole()
-
-
Method Details
-
getRoleName
-
setRoleName
-
withRoleName
-
getRoleAliases
-
setRoleAliases
-
withRoleAliases
-
getCapacity
-
setCapacity
-
withCapacity
-
getParticipants
-
setParticipants
-
withParticipants
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
hashCode
public int hashCode() -
equals
-