Package io.gs2.matchmaking.request
Class GetBallotRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GetBallotRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) getKeyId()voidsetAccessToken(String accessToken) voidsetGatheringName(String gatheringName) voidvoidsetNamespaceName(String namespaceName) voidsetNumberOfPlayer(Integer numberOfPlayer) voidsetRatingName(String ratingName) com.fasterxml.jackson.databind.JsonNodetoJson()withAccessToken(String accessToken) withGatheringName(String gatheringName) withNamespaceName(String namespaceName) withNumberOfPlayer(Integer numberOfPlayer) withRatingName(String ratingName) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
GetBallotRequest
public GetBallotRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getRatingName
-
setRatingName
-
withRatingName
-
getGatheringName
-
setGatheringName
-
withGatheringName
-
getAccessToken
-
setAccessToken
-
withAccessToken
-
getNumberOfPlayer
-
setNumberOfPlayer
-
withNumberOfPlayer
-
getKeyId
-
setKeyId
-
withKeyId
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-