Class Stat

java.lang.Object
com.amilesend.discogs.model.database.type.Stat

public class Stat extends Object
Describes a stat for a master/release.
  • Method Details

    • builder

      public static Stat.StatBuilder builder()
    • getInCollection

      public Integer getInCollection()
      The number of members with the master/release/version in their collection.
    • getInWantList

      public Integer getInWantList()
      The number of members with the master/release/version in their want list.
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object