Package com.github.twitch4j.helix.domain
Class GameAnalytics
java.lang.Object
com.github.twitch4j.helix.domain.GameAnalytics
public class GameAnalytics
extends java.lang.Object
Game Analytics
-
Constructor Summary
Constructors Constructor Description GameAnalytics() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)AnaylticsDateRangegetDateRange()Report contains data of this time range.@NonNull java.lang.StringgetGameId()ID of the extension whose analytics data is being provided.java.lang.StringgetType()Type of report.java.lang.StringgetURL()URL to the downloadable CSV file containing analytics data.inthashCode()java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
GameAnalytics
public GameAnalytics()
-
-
Method Details
-
getGameId
@NonNull public @NonNull java.lang.String getGameId()ID of the extension whose analytics data is being provided. -
getURL
public java.lang.String getURL()URL to the downloadable CSV file containing analytics data. Valid for 5 minutes. -
getType
public java.lang.String getType()Type of report. -
getDateRange
Report contains data of this time range. -
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
-