Package com.github.twitch4j.helix.domain
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 booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.util.DategetEndedAt()Deprecated.in favor of getEndedAtInstant()java.time.InstantgetEndedAtInstant()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.DategetStartedAt()Deprecated.in favor of getStartedAtInstant()java.time.InstantgetStartedAtInstant()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.inthashCode()java.lang.StringtoString()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:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other) -
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-