Class RarityParameterValue

java.lang.Object
io.gs2.enchant.model.RarityParameterValue
All Implemented Interfaces:
IModel, Serializable

public class RarityParameterValue extends Object implements IModel, Serializable
See Also:
  • Constructor Details

    • RarityParameterValue

      public RarityParameterValue()
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • withName

      public RarityParameterValue withName(String name)
    • getResourceName

      public String getResourceName()
    • setResourceName

      public void setResourceName(String resourceName)
    • withResourceName

      public RarityParameterValue withResourceName(String resourceName)
    • getResourceValue

      public Long getResourceValue()
    • setResourceValue

      public void setResourceValue(Long resourceValue)
    • withResourceValue

      public RarityParameterValue withResourceValue(Long resourceValue)
    • fromJson

      public static RarityParameterValue fromJson(com.fasterxml.jackson.databind.JsonNode data)
    • toJson

      public com.fasterxml.jackson.databind.JsonNode toJson()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object