Package io.gs2.ranking.request
Class PutScoreByUserIdRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<PutScoreByUserIdRequest>
io.gs2.ranking.request.PutScoreByUserIdRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PutScoreByUserIdRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) getScore()voidsetCategoryName(String categoryName) voidsetDuplicationAvoider(String duplicationAvoider) voidsetMetadata(String metadata) voidsetNamespaceName(String namespaceName) voidvoidcom.fasterxml.jackson.databind.JsonNodetoJson()withCategoryName(String categoryName) withDuplicationAvoider(String duplicationAvoider) withMetadata(String metadata) withNamespaceName(String namespaceName) withUserId(String userId) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
PutScoreByUserIdRequest
public PutScoreByUserIdRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getCategoryName
-
setCategoryName
-
withCategoryName
-
getUserId
-
setUserId
-
withUserId
-
getScore
-
setScore
-
withScore
-
getMetadata
-
setMetadata
-
withMetadata
-
getDuplicationAvoider
-
setDuplicationAvoider
-
withDuplicationAvoider
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-