Class SubscribersOnlyEvent
java.lang.Object
com.github.philippheuer.events4j.core.domain.Event
com.github.twitch4j.chat.events.TwitchEvent
com.github.twitch4j.chat.events.AbstractChannelEvent
com.github.twitch4j.chat.events.roomstate.ChannelStatesEvent
com.github.twitch4j.chat.events.roomstate.SubscribersOnlyEvent
- All Implemented Interfaces:
com.github.philippheuer.events4j.api.domain.IEvent
Subscribers Only State Event
-
Constructor Summary
-
Method Summary
Methods inherited from class com.github.twitch4j.chat.events.roomstate.ChannelStatesEvent
isActive
Methods inherited from class com.github.twitch4j.chat.events.AbstractChannelEvent
ban, getChannel, timeout, unban
Methods inherited from class com.github.twitch4j.chat.events.TwitchEvent
getTwitchChat
Methods inherited from class com.github.philippheuer.events4j.core.domain.Event
getEventId, getFiredAt, getFiredAtInstant, getServiceMediator, setEventId, setFiredAt, setFiredAtInstant, setServiceMediator
-
Constructor Details
-
SubscribersOnlyEvent
Constructor- Parameters:
channel
- ChatChannelactive
- State active?
-
-
Method Details
-
equals
- Overrides:
equals
in classChannelStatesEvent
-
canEqual
- Overrides:
canEqual
in classChannelStatesEvent
-
hashCode
public int hashCode()- Overrides:
hashCode
in classChannelStatesEvent
-
toString
- Overrides:
toString
in classChannelStatesEvent
-