Package io.gs2.enchant.model
Class RarityParameterModelMaster
java.lang.Object
io.gs2.enchant.model.RarityParameterModelMaster
- All Implemented Interfaces:
IModel,Serializable,Comparable<RarityParameterModelMaster>
public class RarityParameterModelMaster
extends Object
implements IModel, Serializable, Comparable<RarityParameterModelMaster>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic RarityParameterModelMasterfromJson(com.fasterxml.jackson.databind.JsonNode data) getName()inthashCode()voidsetCreatedAt(Long createdAt) voidsetDescription(String description) voidsetMaximumParameterCount(Integer maximumParameterCount) voidsetMetadata(String metadata) voidvoidsetParameterCounts(List<RarityParameterCountModel> parameterCounts) voidsetParameters(List<RarityParameterValueModel> parameters) voidsetRarityParameterModelId(String rarityParameterModelId) voidsetRevision(Long revision) voidsetUpdatedAt(Long updatedAt) com.fasterxml.jackson.databind.JsonNodetoJson()withCreatedAt(Long createdAt) withDescription(String description) withMaximumParameterCount(Integer maximumParameterCount) withMetadata(String metadata) withParameterCounts(List<RarityParameterCountModel> parameterCounts) withParameters(List<RarityParameterValueModel> parameters) withRarityParameterModelId(String rarityParameterModelId) withRevision(Long revision) withUpdatedAt(Long updatedAt)
-
Constructor Details
-
RarityParameterModelMaster
public RarityParameterModelMaster()
-
-
Method Details
-
getRarityParameterModelId
-
setRarityParameterModelId
-
withRarityParameterModelId
-
getName
-
setName
-
withName
-
getDescription
-
setDescription
-
withDescription
-
getMetadata
-
setMetadata
-
withMetadata
-
getMaximumParameterCount
-
setMaximumParameterCount
-
withMaximumParameterCount
-
getParameterCounts
-
setParameterCounts
-
withParameterCounts
public RarityParameterModelMaster withParameterCounts(List<RarityParameterCountModel> parameterCounts) -
getParameters
-
setParameters
-
withParameters
-
getCreatedAt
-
setCreatedAt
-
withCreatedAt
-
getUpdatedAt
-
setUpdatedAt
-
withUpdatedAt
-
getRevision
-
setRevision
-
withRevision
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
compareTo
- Specified by:
compareToin interfaceComparable<RarityParameterModelMaster>
-
hashCode
public int hashCode() -
equals
-