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