Package com.github.twitch4j.helix.domain
Class AnaylticsDateRange
java.lang.Object
com.github.twitch4j.helix.domain.AnaylticsDateRange
Analytics - Date Range
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Deprecated.in favor of 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.Deprecated.in favor of 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()
toString()
-
Constructor Details
-
AnaylticsDateRange
public AnaylticsDateRange()
-
-
Method Details
-
getStartedAt
Deprecated.in favor of getStartedAtInstant()- Returns:
- the starting timestamp for returned reports
-
getEndedAt
Deprecated.in favor of getEndedAtInstant()- Returns:
- the ending timestamp for returned reports
-
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
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
-
canEqual
-
hashCode
public int hashCode() -
toString
-