Class DailyStats

java.lang.Object
com.auth0.json.mgmt.stats.DailyStats

public class DailyStats extends Object
Class that represents an Auth0 Daily Stats object. Related to the StatsEntity entity.
  • Constructor Details

    • DailyStats

      public DailyStats()
  • Method Details

    • getLogins

      public Integer getLogins()
      Getter for the amount of logins on the date
      Returns:
      the amount of logins
    • getDate

      public Date getDate()
      Getter for the date to which the stats belong
      Returns:
      the date to which the stats belong