Class Channel
java.lang.Object
com.github.twitch4j.extensions.domain.Channel
-
Constructor Details
-
Channel
public Channel() -
Channel
Deprecated.No migration path in the new Helix API.Creates a newChannel
instance.- Parameters:
id
- User id of the channel owner.username
- Display name of the channel owner.game
- Game Id.title
- Stream title.viewCount
- Stream view count.
-
-
Method Details
-
getId
User id of the channel owner. -
getUsername
Display name of the channel owner. -
getGame
Game Id. -
getTitle
Stream title. -
getViewCount
Deprecated.No migration path in the new Helix API.Stream view count. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-