Package io.gs2.enhance.model
Class UnleashRateModel
java.lang.Object
io.gs2.enhance.model.UnleashRateModel
- All Implemented Interfaces:
IModel,Serializable,Comparable<UnleashRateModel>
public class UnleashRateModel
extends Object
implements IModel, Serializable, Comparable<UnleashRateModel>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic UnleashRateModelfromJson(com.fasterxml.jackson.databind.JsonNode data) getName()inthashCode()voidsetDescription(String description) voidsetGradeEntries(List<UnleashRateEntryModel> gradeEntries) voidsetGradeModelId(String gradeModelId) voidsetMetadata(String metadata) voidvoidsetTargetInventoryModelId(String targetInventoryModelId) voidsetUnleashRateModelId(String unleashRateModelId) com.fasterxml.jackson.databind.JsonNodetoJson()withDescription(String description) withGradeEntries(List<UnleashRateEntryModel> gradeEntries) withGradeModelId(String gradeModelId) withMetadata(String metadata) withTargetInventoryModelId(String targetInventoryModelId) withUnleashRateModelId(String unleashRateModelId)
-
Constructor Details
-
UnleashRateModel
public UnleashRateModel()
-
-
Method Details
-
getUnleashRateModelId
-
setUnleashRateModelId
-
withUnleashRateModelId
-
getName
-
setName
-
withName
-
getDescription
-
setDescription
-
withDescription
-
getMetadata
-
setMetadata
-
withMetadata
-
getTargetInventoryModelId
-
setTargetInventoryModelId
-
withTargetInventoryModelId
-
getGradeModelId
-
setGradeModelId
-
withGradeModelId
-
getGradeEntries
-
setGradeEntries
-
withGradeEntries
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
compareTo
- Specified by:
compareToin interfaceComparable<UnleashRateModel>
-
hashCode
public int hashCode() -
equals
-