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 boolean canEqual​(java.lang.Object other)
    Deprecated.
     
    boolean equals​(java.lang.Object o)
    Deprecated.
     
    EventChannel getChannel()
    Deprecated.
    Channel
    java.lang.String getGameId()
    Deprecated.
    GameId
    java.lang.String getTitle()
    Deprecated.
    Title
    int hashCode()
    Deprecated.
     
    java.lang.String toString()
    Deprecated.
     

    Methods inherited from class com.github.philippheuer.events4j.core.domain.Event

    getEventId, getFiredAt, getFiredAtInstant, getServiceMediator, setEventId, setFiredAt, setFiredAtInstant, setServiceMediator

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • ChannelGoLiveEvent

      public ChannelGoLiveEvent​(EventChannel channel, java.lang.String title, java.lang.String gameId)
      Deprecated.
      Event Constructor
      Parameters:
      channel - The channel that went live
      title - The stream title
      gameId - The gameId
  • Method Details

    • toString

      public java.lang.String toString()
      Deprecated.
      Overrides:
      toString in class TwitchEvent
    • getChannel

      public EventChannel 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:
      equals in class TwitchEvent
    • canEqual

      protected boolean canEqual​(java.lang.Object other)
      Deprecated.
      Overrides:
      canEqual in class TwitchEvent
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class TwitchEvent