Package io.gs2.enchant.model
Class RarityParameterValueModel
java.lang.Object
io.gs2.enchant.model.RarityParameterValueModel
- All Implemented Interfaces:
IModel,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic RarityParameterValueModelfromJson(com.fasterxml.jackson.databind.JsonNode data) getName()inthashCode()voidsetMetadata(String metadata) voidvoidsetResourceName(String resourceName) voidsetResourceValue(Long resourceValue) voidcom.fasterxml.jackson.databind.JsonNodetoJson()withMetadata(String metadata) withResourceName(String resourceName) withResourceValue(Long resourceValue) withWeight(Integer weight)
-
Constructor Details
-
RarityParameterValueModel
public RarityParameterValueModel()
-
-
Method Details
-
getName
-
setName
-
withName
-
getMetadata
-
setMetadata
-
withMetadata
-
getResourceName
-
setResourceName
-
withResourceName
-
getResourceValue
-
setResourceValue
-
withResourceValue
-
getWeight
-
setWeight
-
withWeight
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
hashCode
public int hashCode() -
equals
-