Package com.github.twitch4j.helix.domain
Class BitsLeaderboardEntry
java.lang.Object
com.github.twitch4j.helix.domain.BitsLeaderboardEntry
public class BitsLeaderboardEntry
extends java.lang.Object
Bits Leaderboard Entry
-
Constructor Summary
Constructors Constructor Description BitsLeaderboardEntry() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.IntegergetRank()Leaderboard rank of the user.java.lang.IntegergetScore()Leaderboard score (number of Bits) of the user.@NonNull java.lang.StringgetUserId()ID of the user (viewer) in the leaderboard entry.java.lang.StringgetUserLogin()User login name.java.lang.StringgetUserName()Display name corresponding to user_id.inthashCode()java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
BitsLeaderboardEntry
public BitsLeaderboardEntry()
-
-
Method Details
-
getUserId
@NonNull public @NonNull java.lang.String getUserId()ID of the user (viewer) in the leaderboard entry. -
getUserLogin
public java.lang.String getUserLogin()User login name. -
getUserName
public java.lang.String getUserName()Display name corresponding to user_id. -
getRank
public java.lang.Integer getRank()Leaderboard rank of the user. -
getScore
public java.lang.Integer getScore()Leaderboard score (number of Bits) of the user. -
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
-