Package io.gs2.showcase.request
Class BuyRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BuyRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) voidsetAccessToken(String accessToken) voidvoidsetDisplayItemId(String displayItemId) voidsetDuplicationAvoider(String duplicationAvoider) voidsetNamespaceName(String namespaceName) voidsetQuantity(Integer quantity) voidsetShowcaseName(String showcaseName) com.fasterxml.jackson.databind.JsonNodetoJson()withAccessToken(String accessToken) withConfig(List<Config> config) withDisplayItemId(String displayItemId) withDuplicationAvoider(String duplicationAvoider) withNamespaceName(String namespaceName) withQuantity(Integer quantity) withShowcaseName(String showcaseName) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
BuyRequest
public BuyRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getShowcaseName
-
setShowcaseName
-
withShowcaseName
-
getDisplayItemId
-
setDisplayItemId
-
withDisplayItemId
-
getAccessToken
-
setAccessToken
-
withAccessToken
-
getQuantity
-
setQuantity
-
withQuantity
-
getConfig
-
setConfig
-
withConfig
-
getDuplicationAvoider
-
setDuplicationAvoider
-
withDuplicationAvoider
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-