Package io.gs2.money.request
Class WithdrawRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic WithdrawRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) getCount()getSlot()voidsetAccessToken(String accessToken) voidvoidsetDuplicationAvoider(String duplicationAvoider) voidsetNamespaceName(String namespaceName) voidsetPaidOnly(Boolean paidOnly) voidcom.fasterxml.jackson.databind.JsonNodetoJson()withAccessToken(String accessToken) withDuplicationAvoider(String duplicationAvoider) withNamespaceName(String namespaceName) withPaidOnly(Boolean paidOnly) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
WithdrawRequest
public WithdrawRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getAccessToken
-
setAccessToken
-
withAccessToken
-
getSlot
-
setSlot
-
withSlot
-
getCount
-
setCount
-
withCount
-
getPaidOnly
-
setPaidOnly
-
withPaidOnly
-
getDuplicationAvoider
-
setDuplicationAvoider
-
withDuplicationAvoider
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-