Class Leaderboard.Entry

java.lang.Object
com.github.twitch4j.pubsub.domain.Leaderboard.Entry
Enclosing class:
Leaderboard

public static class Leaderboard.Entry extends Object
  • Constructor Details

    • Entry

      public Entry()
  • Method Details

    • getRank

      public Integer getRank()
    • getScore

      public Long getScore()
    • getEntryKey

      public String getEntryKey()
    • setRank

      public void setRank(Integer rank)
    • setScore

      public void setScore(Long score)
    • setEntryKey

      public void setEntryKey(String entryKey)
    • 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