Class ExtensionLiveChannel

java.lang.Object
com.github.twitch4j.helix.domain.ExtensionLiveChannel

public class ExtensionLiveChannel extends Object
  • Constructor Details

    • ExtensionLiveChannel

      public ExtensionLiveChannel()
  • Method Details

    • getBroadcasterId

      public String getBroadcasterId()
      User ID of the broadcaster.
    • getBroadcasterName

      public String getBroadcasterName()
      Broadcaster’s display name.
    • getGameName

      public String getGameName()
      Name of the game being played.
    • getGameId

      public String getGameId()
      ID of the game being played.
    • getTitle

      public String getTitle()
      Title of the stream.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object