Class ChannelPredictionBeginEvent
java.lang.Object
com.github.twitch4j.eventsub.events.EventSubEvent
com.github.twitch4j.eventsub.events.EventSubChannelEvent
com.github.twitch4j.eventsub.events.ChannelPredictionEvent
com.github.twitch4j.eventsub.events.ChannelPredictionBeginEvent
public class ChannelPredictionBeginEvent extends ChannelPredictionEvent
-
Constructor Summary
Constructors Constructor Description ChannelPredictionBeginEvent() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.time.InstantgetLocksAt()The time the Channel Points Prediction will automatically lock.inthashCode()java.lang.StringtoString()Methods inherited from class com.github.twitch4j.eventsub.events.ChannelPredictionEvent
getOutcomes, getPredictionId, getStartedAt, getTitleMethods inherited from class com.github.twitch4j.eventsub.events.EventSubChannelEvent
getBroadcasterUserId, getBroadcasterUserLogin, getBroadcasterUserNameMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
ChannelPredictionBeginEvent
public ChannelPredictionBeginEvent()
-
-
Method Details
-
getLocksAt
public java.time.Instant getLocksAt()The time the Channel Points Prediction will automatically lock. -
toString
public java.lang.String toString()- Overrides:
toStringin classChannelPredictionEvent
-
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classChannelPredictionEvent
-
canEqual
protected boolean canEqual(java.lang.Object other)- Overrides:
canEqualin classChannelPredictionEvent
-
hashCode
public int hashCode()- Overrides:
hashCodein classChannelPredictionEvent
-