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 boolean canEqual​(java.lang.Object other)  
    boolean equals​(java.lang.Object o)  
    java.lang.Integer getRank()
    Leaderboard rank of the user.
    java.lang.Integer getScore()
    Leaderboard score (number of Bits) of the user.
    @NonNull java.lang.String getUserId()
    ID of the user (viewer) in the leaderboard entry.
    java.lang.String getUserLogin()
    User login name.
    java.lang.String getUserName()
    Display name corresponding to user_id.
    int hashCode()  
    java.lang.String toString()  

    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:
      equals in class java.lang.Object
    • canEqual

      protected boolean canEqual​(java.lang.Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class java.lang.Object
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object