Class Leaderboard.Event
java.lang.Object
com.github.twitch4j.pubsub.domain.Leaderboard.Event
- Enclosing class:
- Leaderboard
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getId()
int
hashCode()
void
Deprecated.void
setEntryKey
(String entryKey) Deprecated.void
setEventValue
(Long eventValue) Deprecated.void
setGroupingKey
(String groupingKey) Deprecated.void
Deprecated.void
setTimeOfEvent
(Instant timeOfEvent) Deprecated.toString()
-
Constructor Details
-
Event
public Event()
-
-
Method Details
-
getDomain
-
getId
-
getTimeOfEvent
-
getGroupingKey
-
getEntryKey
-
getEventValue
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-
setDomain
Deprecated. -
setId
Deprecated. -
setTimeOfEvent
Deprecated. -
setGroupingKey
Deprecated. -
setEntryKey
Deprecated. -
setEventValue
Deprecated.
-