Package com.github.twitch4j.helix.domain
Class BitsLeaderboardEntry
java.lang.Object
com.github.twitch4j.helix.domain.BitsLeaderboardEntry
Bits Leaderboard Entry
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getRank()
Leaderboard rank of the user.getScore()
Leaderboard score (number of Bits) of the user.@NonNull String
ID of the user (viewer) in the leaderboard entry.User login name.Display name corresponding to user_id.int
hashCode()
toString()
-
Constructor Details
-
BitsLeaderboardEntry
public BitsLeaderboardEntry()
-
-
Method Details
-
getUserId
ID of the user (viewer) in the leaderboard entry. -
getUserLogin
User login name. -
getUserName
Display name corresponding to user_id. -
getRank
Leaderboard rank of the user. -
getScore
Leaderboard score (number of Bits) of the user. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-