Package com.github.twitch4j.helix.domain
Class BitsLeaderboard
java.lang.Object
com.github.twitch4j.helix.domain.BitsLeaderboard
Bits Leaderboard
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanDate range of the returned data.DataDeprecated.getTotal()Total number of results (users) returned.inthashCode()voidsetEntries(List<BitsLeaderboardEntry> entries) Deprecated.voidsetPagination(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.
-