Package com.github.twitch4j.helix.domain
Class BitsLeaderboard
java.lang.Object
com.github.twitch4j.helix.domain.BitsLeaderboard
Bits Leaderboard
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Date range of the returned data.DataDeprecated.getTotal()
Total number of results (users) returned.int
hashCode()
void
setEntries
(List<BitsLeaderboardEntry> entries) Deprecated.void
setPagination
(HelixPagination pagination) Deprecated.toString()
-
Constructor Details
-
BitsLeaderboard
public BitsLeaderboard()
-
-
Method Details
-
getEntries
Data -
getDateRange
Date range of the returned data. -
getTotal
Total number of results (users) returned. This is count or the total number of entries in the leaderboard, whichever is less. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-
setEntries
Deprecated.Data -
setPagination
Deprecated. -
getPagination
Deprecated.
-