Package io.gs2.enhance.model
Class RateModelMaster
java.lang.Object
io.gs2.enhance.model.RateModelMaster
- All Implemented Interfaces:
IModel,Serializable,Comparable<RateModelMaster>
public class RateModelMaster
extends Object
implements IModel, Serializable, Comparable<RateModelMaster>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic RateModelMasterfromJson(com.fasterxml.jackson.databind.JsonNode data) getName()inthashCode()voidsetAcquireExperienceHierarchy(List<String> acquireExperienceHierarchy) voidsetAcquireExperienceSuffix(String acquireExperienceSuffix) voidsetBonusRates(List<BonusRate> bonusRates) voidsetCreatedAt(Long createdAt) voidsetDescription(String description) voidsetExperienceModelId(String experienceModelId) voidsetMaterialInventoryModelId(String materialInventoryModelId) voidsetMetadata(String metadata) voidvoidsetRateModelId(String rateModelId) voidsetRevision(Long revision) voidsetTargetInventoryModelId(String targetInventoryModelId) voidsetUpdatedAt(Long updatedAt) com.fasterxml.jackson.databind.JsonNodetoJson()withAcquireExperienceHierarchy(List<String> acquireExperienceHierarchy) withAcquireExperienceSuffix(String acquireExperienceSuffix) withBonusRates(List<BonusRate> bonusRates) withCreatedAt(Long createdAt) withDescription(String description) withExperienceModelId(String experienceModelId) withMaterialInventoryModelId(String materialInventoryModelId) withMetadata(String metadata) withRateModelId(String rateModelId) withRevision(Long revision) withTargetInventoryModelId(String targetInventoryModelId) withUpdatedAt(Long updatedAt)
-
Constructor Details
-
RateModelMaster
public RateModelMaster()
-
-
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
-
getCreatedAt
-
setCreatedAt
-
withCreatedAt
-
getUpdatedAt
-
setUpdatedAt
-
withUpdatedAt
-
getRevision
-
setRevision
-
withRevision
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
compareTo
- Specified by:
compareToin interfaceComparable<RateModelMaster>
-
hashCode
public int hashCode() -
equals
-