Package io.gs2.enhance.model
Class RateModel
java.lang.Object
io.gs2.enhance.model.RateModel
- All Implemented Interfaces:
IModel,Serializable,Comparable<RateModel>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic RateModelfromJson(com.fasterxml.jackson.databind.JsonNode data) getName()inthashCode()voidsetAcquireExperienceHierarchy(List<String> acquireExperienceHierarchy) voidsetAcquireExperienceSuffix(String acquireExperienceSuffix) voidsetBonusRates(List<BonusRate> bonusRates) voidsetDescription(String description) voidsetExperienceModelId(String experienceModelId) voidsetMaterialInventoryModelId(String materialInventoryModelId) voidsetMetadata(String metadata) voidvoidsetRateModelId(String rateModelId) 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) withRateModelId(String rateModelId) withTargetInventoryModelId(String targetInventoryModelId)
-
Constructor Details
-
RateModel
public RateModel()
-
-
Method Details
-
getRateModelId
-
setRateModelId
-
withRateModelId
-
getName
-
setName
-
withName
-
getDescription
-
setDescription
-
withDescription
-
getMetadata
-
setMetadata
-
withMetadata
-
getTargetInventoryModelId
-
setTargetInventoryModelId
-
withTargetInventoryModelId
-
getAcquireExperienceSuffix
-
setAcquireExperienceSuffix
-
withAcquireExperienceSuffix
-
getMaterialInventoryModelId
-
setMaterialInventoryModelId
-
withMaterialInventoryModelId
-
getAcquireExperienceHierarchy
-
setAcquireExperienceHierarchy
-
withAcquireExperienceHierarchy
-
getExperienceModelId
-
setExperienceModelId
-
withExperienceModelId
-
getBonusRates
-
setBonusRates
-
withBonusRates
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
compareTo
- Specified by:
compareToin interfaceComparable<RateModel>
-
hashCode
public int hashCode() -
equals
-