Class UserWithDate

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

public class UserWithDate extends Object
UserWithDate
  • Constructor Details

    • UserWithDate

      public UserWithDate()
  • Method Details

    • setDate

      public UserWithDate setDate(String date)
    • getDate

      @Nonnull public String getDate()
      Date of the event in the format YYYY-MM-DD.
      Returns:
      date
    • setCount

      public UserWithDate 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