Package io.gs2.enchant.model
Class RarityParameterModel
java.lang.Object
io.gs2.enchant.model.RarityParameterModel
- All Implemented Interfaces:
IModel,Serializable,Comparable<RarityParameterModel>
public class RarityParameterModel
extends Object
implements IModel, Serializable, Comparable<RarityParameterModel>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic RarityParameterModelfromJson(com.fasterxml.jackson.databind.JsonNode data) getName()inthashCode()voidsetMaximumParameterCount(Integer maximumParameterCount) voidsetMetadata(String metadata) voidvoidsetParameterCounts(List<RarityParameterCountModel> parameterCounts) voidsetParameters(List<RarityParameterValueModel> parameters) voidsetRarityParameterModelId(String rarityParameterModelId) com.fasterxml.jackson.databind.JsonNodetoJson()withMaximumParameterCount(Integer maximumParameterCount) withMetadata(String metadata) withParameterCounts(List<RarityParameterCountModel> parameterCounts) withParameters(List<RarityParameterValueModel> parameters) withRarityParameterModelId(String rarityParameterModelId)
-
Constructor Details
-
RarityParameterModel
public RarityParameterModel()
-
-
Method Details
-
getRarityParameterModelId
-
setRarityParameterModelId
-
withRarityParameterModelId
-
getName
-
setName
-
withName
-
getMetadata
-
setMetadata
-
withMetadata
-
getMaximumParameterCount
-
setMaximumParameterCount
-
withMaximumParameterCount
-
getParameterCounts
-
setParameterCounts
-
withParameterCounts
-
getParameters
-
setParameters
-
withParameters
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
compareTo
- Specified by:
compareToin interfaceComparable<RarityParameterModel>
-
hashCode
public int hashCode() -
equals
-