Class ChannelPollProgressEvent
java.lang.Object
com.github.twitch4j.eventsub.events.EventSubEvent
com.github.twitch4j.eventsub.events.EventSubChannelEvent
com.github.twitch4j.eventsub.events.ChannelPollEvent
com.github.twitch4j.eventsub.events.ChannelPollProgressEvent
public class ChannelPollProgressEvent extends ChannelPollEvent
-
Constructor Summary
Constructors Constructor Description ChannelPollProgressEvent() -
Method Summary
Methods inherited from class com.github.twitch4j.eventsub.events.ChannelPollEvent
getBitsVoting, getChannelPointsVoting, getChoices, getPollId, 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
-
ChannelPollProgressEvent
public ChannelPollProgressEvent()
-
-
Method Details
-
getEndsAt
public java.time.Instant getEndsAt()The time the poll will end. -
toString
public java.lang.String toString()- Overrides:
toStringin classChannelPollEvent
-
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classChannelPollEvent
-
canEqual
protected boolean canEqual(java.lang.Object other)- Overrides:
canEqualin classChannelPollEvent
-
hashCode
public int hashCode()- Overrides:
hashCodein classChannelPollEvent
-