Package io.gs2.seasonRating.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) voidvoidsetNamespaceName(String namespaceName) voidsetNumberOfPlayer(Integer numberOfPlayer) voidsetSeasonName(String seasonName) voidsetSessionName(String sessionName) com.fasterxml.jackson.databind.JsonNodetoJson()withAccessToken(String accessToken) withNamespaceName(String namespaceName) withNumberOfPlayer(Integer numberOfPlayer) withSeasonName(String seasonName) withSessionName(String sessionName) 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
-
getSeasonName
-
setSeasonName
-
withSeasonName
-
getSessionName
-
setSessionName
-
withSessionName
-
getAccessToken
-
setAccessToken
-
withAccessToken
-
getNumberOfPlayer
-
setNumberOfPlayer
-
withNumberOfPlayer
-
getKeyId
-
setKeyId
-
withKeyId
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-