Class BitsLeaderboard

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

public class BitsLeaderboard
extends java.lang.Object
Bits Leaderboard
  • Constructor Details

    • BitsLeaderboard

      public BitsLeaderboard()
  • Method Details

    • getEntries

      public java.util.List<BitsLeaderboardEntry> getEntries()
      Data
    • getDateRange

      public DateRange getDateRange()
      Date range of the returned data.
    • getTotal

      public java.lang.Integer getTotal()
      Total number of results (users) returned. This is count or the total number of entries in the leaderboard, whichever is less.
    • getPagination

      @Deprecated public HelixPagination getPagination()
      Deprecated.
    • setEntries

      public void setEntries​(java.util.List<BitsLeaderboardEntry> entries)
      Data
    • setPagination

      @Deprecated public void setPagination​(HelixPagination pagination)
      Deprecated.
    • 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