Package io.gs2.seasonRating.model
Class Ballot
java.lang.Object
io.gs2.seasonRating.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()voidsetNumberOfPlayer(Integer numberOfPlayer) voidsetSeasonName(String seasonName) voidsetSessionName(String sessionName) voidcom.fasterxml.jackson.databind.JsonNodetoJson()withNumberOfPlayer(Integer numberOfPlayer) withSeasonName(String seasonName) withSessionName(String sessionName) withUserId(String userId)
-
Constructor Details
-
Ballot
public Ballot()
-
-
Method Details
-
getUserId
-
setUserId
-
withUserId
-
getSeasonName
-
setSeasonName
-
withSeasonName
-
getSessionName
-
setSessionName
-
withSessionName
-
getNumberOfPlayer
-
setNumberOfPlayer
-
withNumberOfPlayer
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
hashCode
public int hashCode() -
equals
-