Package io.gs2.matchmaking.request
Class GetBallotByUserIdRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<GetBallotByUserIdRequest>
io.gs2.matchmaking.request.GetBallotByUserIdRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GetBallotByUserIdRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) getKeyId()voidsetGatheringName(String gatheringName) voidvoidsetNamespaceName(String namespaceName) voidsetNumberOfPlayer(Integer numberOfPlayer) voidsetRatingName(String ratingName) voidsetTimeOffsetToken(String timeOffsetToken) voidcom.fasterxml.jackson.databind.JsonNodetoJson()withGatheringName(String gatheringName) withNamespaceName(String namespaceName) withNumberOfPlayer(Integer numberOfPlayer) withRatingName(String ratingName) withTimeOffsetToken(String timeOffsetToken) withUserId(String userId) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
GetBallotByUserIdRequest
public GetBallotByUserIdRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getRatingName
-
setRatingName
-
withRatingName
-
getGatheringName
-
setGatheringName
-
withGatheringName
-
getUserId
-
setUserId
-
withUserId
-
getNumberOfPlayer
-
setNumberOfPlayer
-
withNumberOfPlayer
-
getKeyId
-
setKeyId
-
withKeyId
-
getTimeOffsetToken
-
setTimeOffsetToken
-
withTimeOffsetToken
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-