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 boolean canEqual​(java.lang.Object other)  
    boolean equals​(java.lang.Object o)  
    AnaylticsDateRange getDateRange()
    Report contains data of this time range.
    @NonNull java.lang.String getGameId()
    ID of the extension whose analytics data is being provided.
    java.lang.String getType()
    Type of report.
    java.lang.String getURL()
    URL to the downloadable CSV file containing analytics data.
    int hashCode()  
    java.lang.String toString()  

    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

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