Package io.gs2.enhance.request
Class CreateRateModelMasterRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<CreateRateModelMasterRequest>
io.gs2.enhance.request.CreateRateModelMasterRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CreateRateModelMasterRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) getName()voidsetAcquireExperienceHierarchy(List<String> acquireExperienceHierarchy) voidsetAcquireExperienceSuffix(String acquireExperienceSuffix) voidsetBonusRates(List<BonusRate> bonusRates) voidsetDescription(String description) voidsetExperienceModelId(String experienceModelId) voidsetMaterialInventoryModelId(String materialInventoryModelId) voidsetMetadata(String metadata) voidvoidsetNamespaceName(String namespaceName) voidsetTargetInventoryModelId(String targetInventoryModelId) com.fasterxml.jackson.databind.JsonNodetoJson()withAcquireExperienceHierarchy(List<String> acquireExperienceHierarchy) withAcquireExperienceSuffix(String acquireExperienceSuffix) withBonusRates(List<BonusRate> bonusRates) withDescription(String description) withExperienceModelId(String experienceModelId) withMaterialInventoryModelId(String materialInventoryModelId) withMetadata(String metadata) withNamespaceName(String namespaceName) withTargetInventoryModelId(String targetInventoryModelId) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
CreateRateModelMasterRequest
public CreateRateModelMasterRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getName
-
setName
-
withName
-
getDescription
-
setDescription
-
withDescription
-
getMetadata
-
setMetadata
-
withMetadata
-
getTargetInventoryModelId
-
setTargetInventoryModelId
-
withTargetInventoryModelId
-
getAcquireExperienceSuffix
-
setAcquireExperienceSuffix
-
withAcquireExperienceSuffix
-
getMaterialInventoryModelId
-
setMaterialInventoryModelId
-
withMaterialInventoryModelId
-
getAcquireExperienceHierarchy
-
setAcquireExperienceHierarchy
-
withAcquireExperienceHierarchy
public CreateRateModelMasterRequest withAcquireExperienceHierarchy(List<String> acquireExperienceHierarchy) -
getExperienceModelId
-
setExperienceModelId
-
withExperienceModelId
-
getBonusRates
-
setBonusRates
-
withBonusRates
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-