Package io.gs2.ranking.request
Class GetScoreRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GetScoreRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) voidsetAccessToken(String accessToken) voidsetCategoryName(String categoryName) voidsetNamespaceName(String namespaceName) voidsetScorerUserId(String scorerUserId) voidsetUniqueId(String uniqueId) com.fasterxml.jackson.databind.JsonNodetoJson()withAccessToken(String accessToken) withCategoryName(String categoryName) withNamespaceName(String namespaceName) withScorerUserId(String scorerUserId) withUniqueId(String uniqueId) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
GetScoreRequest
public GetScoreRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getCategoryName
-
setCategoryName
-
withCategoryName
-
getAccessToken
-
setAccessToken
-
withAccessToken
-
getScorerUserId
-
setScorerUserId
-
withScorerUserId
-
getUniqueId
-
setUniqueId
-
withUniqueId
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-