Package io.gs2.enhance.request
Class UnleashRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic UnleashRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) voidsetAccessToken(String accessToken) voidvoidsetDuplicationAvoider(String duplicationAvoider) voidsetMaterials(List<String> materials) voidsetNamespaceName(String namespaceName) voidsetRateName(String rateName) voidsetTargetItemSetId(String targetItemSetId) com.fasterxml.jackson.databind.JsonNodetoJson()withAccessToken(String accessToken) withConfig(List<Config> config) withDuplicationAvoider(String duplicationAvoider) withMaterials(List<String> materials) withNamespaceName(String namespaceName) withRateName(String rateName) withTargetItemSetId(String targetItemSetId) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
UnleashRequest
public UnleashRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getRateName
-
setRateName
-
withRateName
-
getAccessToken
-
setAccessToken
-
withAccessToken
-
getTargetItemSetId
-
setTargetItemSetId
-
withTargetItemSetId
-
getMaterials
-
setMaterials
-
withMaterials
-
getConfig
-
setConfig
-
withConfig
-
getDuplicationAvoider
-
setDuplicationAvoider
-
withDuplicationAvoider
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-