Package io.gs2.ranking.request
Class PutScoreRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PutScoreRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) getScore()voidsetAccessToken(String accessToken) voidsetCategoryName(String categoryName) voidsetDuplicationAvoider(String duplicationAvoider) voidsetMetadata(String metadata) voidsetNamespaceName(String namespaceName) voidcom.fasterxml.jackson.databind.JsonNodetoJson()withAccessToken(String accessToken) withCategoryName(String categoryName) withDuplicationAvoider(String duplicationAvoider) withMetadata(String metadata) withNamespaceName(String namespaceName) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
PutScoreRequest
public PutScoreRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getCategoryName
-
setCategoryName
-
withCategoryName
-
getAccessToken
-
setAccessToken
-
withAccessToken
-
getScore
-
setScore
-
withScore
-
getMetadata
-
setMetadata
-
withMetadata
-
getDuplicationAvoider
-
setDuplicationAvoider
-
withDuplicationAvoider
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-