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