Package io.gs2.matchmaking.model
Class Ballot
java.lang.Object
io.gs2.matchmaking.model.Ballot
- All Implemented Interfaces:
IModel,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic BallotfromJson(com.fasterxml.jackson.databind.JsonNode data) inthashCode()voidsetGatheringName(String gatheringName) voidsetNumberOfPlayer(Integer numberOfPlayer) voidsetRatingName(String ratingName) voidcom.fasterxml.jackson.databind.JsonNodetoJson()withGatheringName(String gatheringName) withNumberOfPlayer(Integer numberOfPlayer) withRatingName(String ratingName) withUserId(String userId)
-
Constructor Details
-
Ballot
public Ballot()
-
-
Method Details
-
getUserId
-
setUserId
-
withUserId
-
getRatingName
-
setRatingName
-
withRatingName
-
getGatheringName
-
setGatheringName
-
withGatheringName
-
getNumberOfPlayer
-
setNumberOfPlayer
-
withNumberOfPlayer
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
hashCode
public int hashCode() -
equals
-