Package io.gs2.adReward.request
Class ConsumePointRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<ConsumePointRequest>
io.gs2.adReward.request.ConsumePointRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ConsumePointRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) getPoint()voidsetAccessToken(String accessToken) voidsetDuplicationAvoider(String duplicationAvoider) voidsetNamespaceName(String namespaceName) voidcom.fasterxml.jackson.databind.JsonNodetoJson()withAccessToken(String accessToken) withDuplicationAvoider(String duplicationAvoider) withNamespaceName(String namespaceName) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
ConsumePointRequest
public ConsumePointRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getAccessToken
-
setAccessToken
-
withAccessToken
-
getPoint
-
setPoint
-
withPoint
-
getDuplicationAvoider
-
setDuplicationAvoider
-
withDuplicationAvoider
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-