Class BitsLeaderboardEntry

java.lang.Object
com.github.twitch4j.helix.domain.BitsLeaderboardEntry

public class BitsLeaderboardEntry extends Object
Bits Leaderboard Entry
  • Constructor Details

    • BitsLeaderboardEntry

      public BitsLeaderboardEntry()
  • Method Details

    • getUserId

      @NonNull public @NonNull String getUserId()
      ID of the user (viewer) in the leaderboard entry.
    • getUserLogin

      public String getUserLogin()
      User login name.
    • getUserName

      public String getUserName()
      Display name corresponding to user_id.
    • getRank

      public Integer getRank()
      Leaderboard rank of the user.
    • getScore

      public Integer getScore()
      Leaderboard score (number of Bits) of the user.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object