Class ChannelChangeGameEvent
java.lang.Object
com.github.philippheuer.events4j.core.domain.Event
com.github.twitch4j.common.events.TwitchEvent
com.github.twitch4j.common.events.channel.ChannelChangeGameEvent
- All Implemented Interfaces:
com.github.philippheuer.events4j.api.domain.IEvent
@Deprecated public final class ChannelChangeGameEvent extends TwitchEvent
Deprecated.
This event gets called when a channel changes the game
-
Constructor Summary
Constructors Constructor Description ChannelChangeGameEvent(EventChannel channel, 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.GameIdinthashCode()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
-
ChannelChangeGameEvent
Deprecated.Event Constructor- Parameters:
channel- The channel that went livegameId- The gameId
-
-
Method Details
-
toString
public java.lang.String toString()Deprecated.- Overrides:
toStringin classTwitchEvent
-
getChannel
Deprecated.Channel -
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
-