Class Channel

java.lang.Object
com.github.twitch4j.extensions.domain.Channel

public class Channel extends Object
  • Constructor Details

  • Method Details

    • getId

      public String getId()
      User id of the channel owner.
    • getUsername

      public String getUsername()
      Display name of the channel owner.
    • getGame

      public String getGame()
      Game Id.
    • getTitle

      public String getTitle()
      Stream title.
    • getViewCount

      @Deprecated public Long getViewCount()
      Deprecated.
      No migration path in the new Helix API.
      Stream view count.
    • 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