public class WrittenBallot extends Object implements IModel, Serializable
| Constructor and Description |
|---|
WrittenBallot() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static WrittenBallot |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
Ballot |
getBallot() |
List<GameResult> |
getGameResults() |
int |
hashCode() |
void |
setBallot(Ballot ballot) |
void |
setGameResults(List<GameResult> gameResults) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
WrittenBallot |
withBallot(Ballot ballot) |
WrittenBallot |
withGameResults(List<GameResult> gameResults) |
public Ballot getBallot()
public void setBallot(Ballot ballot)
public WrittenBallot withBallot(Ballot ballot)
public List<GameResult> getGameResults()
public void setGameResults(List<GameResult> gameResults)
public WrittenBallot withGameResults(List<GameResult> gameResults)
public static WrittenBallot fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.