Class ChannelPredictionEvent
java.lang.Object
com.github.twitch4j.eventsub.events.EventSubEvent
com.github.twitch4j.eventsub.events.EventSubChannelEvent
com.github.twitch4j.eventsub.events.ChannelPredictionEvent
- Direct Known Subclasses:
ChannelPredictionBeginEvent
,ChannelPredictionEndEvent
,ChannelPredictionLockEvent
,ChannelPredictionProgressEvent
-
Constructor Summary
-
Method Summary
Methods inherited from class com.github.twitch4j.eventsub.events.EventSubChannelEvent
getBroadcasterUserId, getBroadcasterUserLogin, getBroadcasterUserName
-
Constructor Details
-
ChannelPredictionEvent
public ChannelPredictionEvent()
-
-
Method Details
-
getPredictionId
Channel Points Prediction ID. -
getTitle
Title for the Channel Points Prediction. -
getOutcomes
The outcomes for the Channel Points Prediction. May or may not include top_predictors. -
getStartedAt
The time the Channel Points Prediction started. -
toString
- Overrides:
toString
in classEventSubChannelEvent
-
equals
- Overrides:
equals
in classEventSubChannelEvent
-
canEqual
- Overrides:
canEqual
in classEventSubChannelEvent
-
hashCode
public int hashCode()- Overrides:
hashCode
in classEventSubChannelEvent
-