Class BonusRate

java.lang.Object
io.gs2.enhance.model.BonusRate
All Implemented Interfaces:
IModel, Serializable

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

    • BonusRate

      public BonusRate()
  • Method Details

    • getRate

      public Float getRate()
    • setRate

      public void setRate(Float rate)
    • withRate

      public BonusRate withRate(Float rate)
    • getWeight

      public Integer getWeight()
    • setWeight

      public void setWeight(Integer weight)
    • withWeight

      public BonusRate withWeight(Integer weight)
    • fromJson

      public static BonusRate 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