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 public final class ChannelGoLiveEvent extends TwitchEvent
Deprecated.
This event gets called when a channel goes live
-
Constructor Summary
Constructors Constructor Description ChannelGoLiveEvent(EventChannel channel, java.lang.String title, java.lang.String gameId)Deprecated.Event Constructor -
Method Summary
Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)Deprecated.booleanequals(java.lang.Object o)Deprecated.EventChannelgetChannel()Deprecated.Channeljava.lang.StringgetGameId()Deprecated.GameIdjava.lang.StringgetTitle()Deprecated.TitleinthashCode()Deprecated.java.lang.StringtoString()Deprecated.Methods inherited from class com.github.philippheuer.events4j.core.domain.Event
getEventId, getFiredAt, getFiredAtInstant, getServiceMediator, setEventId, setFiredAt, setFiredAtInstant, setServiceMediatorMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
ChannelGoLiveEvent
Deprecated.Event Constructor- Parameters:
channel- The channel that went livetitle- The stream titlegameId- The gameId
-
-
Method Details
-
toString
public java.lang.String toString()Deprecated.- Overrides:
toStringin classTwitchEvent
-
getChannel
Deprecated.Channel -
getTitle
public java.lang.String getTitle()Deprecated.Title -
getGameId
public java.lang.String getGameId()Deprecated.GameId -
equals
public boolean equals(java.lang.Object o)Deprecated.- Overrides:
equalsin classTwitchEvent
-
canEqual
protected boolean canEqual(java.lang.Object other)Deprecated.- Overrides:
canEqualin classTwitchEvent
-
hashCode
public int hashCode()Deprecated.- Overrides:
hashCodein classTwitchEvent
-