Class AnaylticsDateRange

java.lang.Object
com.github.twitch4j.helix.domain.AnaylticsDateRange

public class AnaylticsDateRange extends Object
Analytics - Date Range
  • Constructor Details

    • AnaylticsDateRange

      public AnaylticsDateRange()
  • Method Details

    • getStartedAt

      @Deprecated public Date getStartedAt()
      Deprecated.
      in favor of getStartedAtInstant()
      Returns:
      the starting timestamp for returned reports
    • getEndedAt

      @Deprecated public Date getEndedAt()
      Deprecated.
      in favor of getEndedAtInstant()
      Returns:
      the ending timestamp for returned reports
    • getStartedAtInstant

      public Instant getStartedAtInstant()
      Starting date/time for returned reports, in RFC3339 format with the hours, minutes, and seconds zeroed out and the UTC timezone: YYYY-MM-DDT00:00:00Z.
    • getEndedAtInstant

      public Instant getEndedAtInstant()
      Ending date/time for returned reports, in RFC3339 format with the hours, minutes, and seconds zeroed out and the UTC timezone: YYYY-MM-DDT00:00:00Z.
    • equals

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

      protected boolean canEqual(Object other)
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object