Package io.gs2.matchmaking.request
Class VoteRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic VoteRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) getKeyId()voidsetBallotBody(String ballotBody) voidsetBallotSignature(String ballotSignature) voidsetGameResults(List<GameResult> gameResults) voidvoidsetNamespaceName(String namespaceName) com.fasterxml.jackson.databind.JsonNodetoJson()withBallotBody(String ballotBody) withBallotSignature(String ballotSignature) withGameResults(List<GameResult> gameResults) withNamespaceName(String namespaceName) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
VoteRequest
public VoteRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getBallotBody
-
setBallotBody
-
withBallotBody
-
getBallotSignature
-
setBallotSignature
-
withBallotSignature
-
getGameResults
-
setGameResults
-
withGameResults
-
getKeyId
-
setKeyId
-
withKeyId
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-