Class FacetsStats

java.lang.Object
com.algolia.model.search.FacetsStats

public class FacetsStats extends Object
FacetsStats
  • Constructor Details

    • FacetsStats

      public FacetsStats()
  • Method Details

    • setMin

      public FacetsStats setMin(Double min)
    • getMin

      @Nullable public Double getMin()
      Minimum value in the results.
      Returns:
      min
    • setMax

      public FacetsStats setMax(Double max)
    • getMax

      @Nullable public Double getMax()
      Maximum value in the results.
      Returns:
      max
    • setAvg

      public FacetsStats setAvg(Double avg)
    • getAvg

      @Nullable public Double getAvg()
      Average facet value in the results.
      Returns:
      avg
    • setSum

      public FacetsStats setSum(Double sum)
    • getSum

      @Nullable public Double getSum()
      Sum of all values in the results.
      Returns:
      sum
    • 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