Class Leaderboard.Context
java.lang.Object
com.github.twitch4j.pubsub.domain.Leaderboard.Context
- Enclosing class:
- Leaderboard
public static class Leaderboard.Context
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description Context() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.util.List<Leaderboard.Entry>getContext()Leaderboard.EntrygetEntry()inthashCode()voidsetContext(java.util.List<Leaderboard.Entry> context)voidsetEntry(Leaderboard.Entry entry)java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
Context
public Context()
-
-
Method Details
-
getEntry
-
getContext
-
setEntry
-
setContext
-
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
-