Package io.gs2.matchmaking.model
Class Player
java.lang.Object
io.gs2.matchmaking.model.Player
- All Implemented Interfaces:
IModel,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic PlayerfromJson(com.fasterxml.jackson.databind.JsonNode data) inthashCode()voidsetAttributes(List<Attribute> attributes) voidsetDenyUserIds(List<String> denyUserIds) voidsetRoleName(String roleName) voidcom.fasterxml.jackson.databind.JsonNodetoJson()withAttributes(List<Attribute> attributes) withDenyUserIds(List<String> denyUserIds) withRoleName(String roleName) withUserId(String userId)
-
Constructor Details
-
Player
public Player()
-
-
Method Details
-
getUserId
-
setUserId
-
withUserId
-
getAttributes
-
setAttributes
-
withAttributes
-
getRoleName
-
setRoleName
-
withRoleName
-
getDenyUserIds
-
setDenyUserIds
-
withDenyUserIds
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
hashCode
public int hashCode() -
equals
-