Package io.gs2.showcase.request
Class RandomShowcaseBuyRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<RandomShowcaseBuyRequest>
io.gs2.showcase.request.RandomShowcaseBuyRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RandomShowcaseBuyRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) voidsetAccessToken(String accessToken) voidvoidsetDisplayItemName(String displayItemName) voidsetDuplicationAvoider(String duplicationAvoider) voidsetNamespaceName(String namespaceName) voidsetQuantity(Integer quantity) voidsetShowcaseName(String showcaseName) com.fasterxml.jackson.databind.JsonNodetoJson()withAccessToken(String accessToken) withConfig(List<Config> config) withDisplayItemName(String displayItemName) 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
-
RandomShowcaseBuyRequest
public RandomShowcaseBuyRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getShowcaseName
-
setShowcaseName
-
withShowcaseName
-
getDisplayItemName
-
setDisplayItemName
-
withDisplayItemName
-
getAccessToken
-
setAccessToken
-
withAccessToken
-
getQuantity
-
setQuantity
-
withQuantity
-
getConfig
-
setConfig
-
withConfig
-
getDuplicationAvoider
-
setDuplicationAvoider
-
withDuplicationAvoider
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-