Class TopCountry

java.lang.Object
com.algolia.model.analytics.TopCountry

public class TopCountry extends Object
TopCountry
  • Constructor Details

    • TopCountry

      public TopCountry()
  • Method Details

    • setCountry

      public TopCountry setCountry(String country)
    • getCountry

      @Nonnull public String getCountry()
      Country.
      Returns:
      country
    • setCount

      public TopCountry setCount(Integer count)
    • getCount

      @Nonnull public Integer getCount()
      Number of occurrences.
      Returns:
      count
    • 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