Class HypeTrainEvent
java.lang.Object
com.github.twitch4j.eventsub.events.EventSubEvent
com.github.twitch4j.eventsub.events.EventSubChannelEvent
com.github.twitch4j.eventsub.events.HypeTrainEvent
- Direct Known Subclasses:
HypeTrainBeginEvent
,HypeTrainEndEvent
,HypeTrainProgressEvent
-
Constructor Summary
-
Method Summary
Methods inherited from class com.github.twitch4j.eventsub.events.EventSubChannelEvent
getBroadcasterUserId, getBroadcasterUserLogin, getBroadcasterUserName
-
Constructor Details
-
HypeTrainEvent
public HypeTrainEvent()
-
-
Method Details
-
getTotal
Total points contributed to hype train. -
getTopContributions
The contributors with the most points contributed. -
getLevel
Current level of hype train event. -
getStartedAt
The timestamp at which the hype train started. -
toString
- Overrides:
toString
in classEventSubChannelEvent
-
equals
- Overrides:
equals
in classEventSubChannelEvent
-
canEqual
- Overrides:
canEqual
in classEventSubChannelEvent
-
hashCode
public int hashCode()- Overrides:
hashCode
in classEventSubChannelEvent
-