Package io.gs2.seasonRating.request
Class VoteMultipleRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<VoteMultipleRequest>
io.gs2.seasonRating.request.VoteMultipleRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic VoteMultipleRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) getKeyId()voidsetGameResults(List<GameResult> gameResults) voidvoidsetNamespaceName(String namespaceName) voidsetSignedBallots(List<SignedBallot> signedBallots) com.fasterxml.jackson.databind.JsonNodetoJson()withGameResults(List<GameResult> gameResults) withNamespaceName(String namespaceName) withSignedBallots(List<SignedBallot> signedBallots) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
VoteMultipleRequest
public VoteMultipleRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getSignedBallots
-
setSignedBallots
-
withSignedBallots
-
getGameResults
-
setGameResults
-
withGameResults
-
getKeyId
-
setKeyId
-
withKeyId
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-