Package io.gs2.enchant.model
Class RarityParameterValue
java.lang.Object
io.gs2.enchant.model.RarityParameterValue
- All Implemented Interfaces:
IModel,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic RarityParameterValuefromJson(com.fasterxml.jackson.databind.JsonNode data) getName()inthashCode()voidvoidsetResourceName(String resourceName) voidsetResourceValue(Long resourceValue) com.fasterxml.jackson.databind.JsonNodetoJson()withResourceName(String resourceName) withResourceValue(Long resourceValue)
-
Constructor Details
-
RarityParameterValue
public RarityParameterValue()
-
-
Method Details
-
getName
-
setName
-
withName
-
getResourceName
-
setResourceName
-
withResourceName
-
getResourceValue
-
setResourceValue
-
withResourceValue
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
hashCode
public int hashCode() -
equals
-