Class ChannelGoLiveEvent
java.lang.Object
com.github.philippheuer.events4j.core.domain.Event
com.github.twitch4j.common.events.TwitchEvent
com.github.twitch4j.common.events.channel.ChannelGoLiveEvent
- All Implemented Interfaces:
com.github.philippheuer.events4j.api.domain.IEvent
Deprecated.
This event gets called when a channel goes live
-
Constructor Summary
ConstructorDescriptionChannelGoLiveEvent
(EventChannel channel, String title, String gameId) Deprecated.Event Constructor -
Method Summary
Methods inherited from class com.github.philippheuer.events4j.core.domain.Event
getEventId, getFiredAt, getFiredAtInstant, getServiceMediator, setEventId, setFiredAt, setFiredAtInstant, setServiceMediator
-
Constructor Details
-
ChannelGoLiveEvent
Deprecated.Event Constructor- Parameters:
channel
- The channel that went livetitle
- The stream titlegameId
- The gameId
-
-
Method Details
-
toString
Deprecated.- Overrides:
toString
in classTwitchEvent
-
getChannel
Deprecated.Channel -
getTitle
Deprecated.Title -
getGameId
Deprecated.GameId -
equals
Deprecated.- Overrides:
equals
in classTwitchEvent
-
canEqual
Deprecated.- Overrides:
canEqual
in classTwitchEvent
-
hashCode
public int hashCode()Deprecated.- Overrides:
hashCode
in classTwitchEvent
-