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