Class WalletDetail

java.lang.Object
io.gs2.money.model.WalletDetail
All Implemented Interfaces:
IModel, Serializable

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

    • WalletDetail

      public WalletDetail()
  • Method Details

    • getPrice

      public Float getPrice()
    • setPrice

      public void setPrice(Float price)
    • withPrice

      public WalletDetail withPrice(Float price)
    • getCount

      public Integer getCount()
    • setCount

      public void setCount(Integer count)
    • withCount

      public WalletDetail withCount(Integer count)
    • fromJson

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