Class GameAnalytics

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

public class GameAnalytics extends Object
Game Analytics
  • Constructor Details

    • GameAnalytics

      public GameAnalytics()
  • Method Details

    • getGameId

      @NonNull public @NonNull String getGameId()
      ID of the extension whose analytics data is being provided.
    • getURL

      public String getURL()
      URL to the downloadable CSV file containing analytics data. Valid for 5 minutes.
    • getType

      public String getType()
      Type of report.
    • getDateRange

      public AnaylticsDateRange getDateRange()
      Report contains data of this time range.
    • 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