Package com.github.twitch4j.helix.domain
Class BitsLeaderboard
java.lang.Object
com.github.twitch4j.helix.domain.BitsLeaderboard
public class BitsLeaderboard
extends java.lang.Object
Bits Leaderboard
-
Constructor Summary
Constructors Constructor Description BitsLeaderboard() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)DateRangegetDateRange()Date range of the returned data.java.util.List<BitsLeaderboardEntry>getEntries()DataHelixPaginationgetPagination()Deprecated.java.lang.IntegergetTotal()Total number of results (users) returned.inthashCode()voidsetEntries(java.util.List<BitsLeaderboardEntry> entries)DatavoidsetPagination(HelixPagination pagination)Deprecated.java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
BitsLeaderboard
public BitsLeaderboard()
-
-
Method Details
-
getEntries
Data -
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. -
setEntries
Data -
setPagination
Deprecated. -
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other) -
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-