Package io.gs2.seasonRating.model
Class WrittenBallot
java.lang.Object
io.gs2.seasonRating.model.WrittenBallot
- All Implemented Interfaces:
IModel,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic WrittenBallotfromJson(com.fasterxml.jackson.databind.JsonNode data) inthashCode()voidvoidsetGameResults(List<GameResult> gameResults) com.fasterxml.jackson.databind.JsonNodetoJson()withBallot(Ballot ballot) withGameResults(List<GameResult> gameResults)
-
Constructor Details
-
WrittenBallot
public WrittenBallot()
-
-
Method Details