Class AnaylticsDateRange

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

public class AnaylticsDateRange
extends java.lang.Object
Analytics - Date Range
  • Constructor Summary

    Constructors
    Constructor Description
    AnaylticsDateRange()  
  • Method Summary

    Modifier and Type Method Description
    protected boolean canEqual​(java.lang.Object other)  
    boolean equals​(java.lang.Object o)  
    java.util.Date getEndedAt()
    Deprecated.
    in favor of getEndedAtInstant()
    java.time.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.
    java.util.Date getStartedAt()
    Deprecated.
    in favor of getStartedAtInstant()
    java.time.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.
    int hashCode()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • AnaylticsDateRange

      public AnaylticsDateRange()
  • Method Details

    • getStartedAt

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

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

      public java.time.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 java.time.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​(java.lang.Object o)
      Overrides:
      equals in class java.lang.Object
    • canEqual

      protected boolean canEqual​(java.lang.Object other)
    • hashCode

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

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object