Package com.github.twitch4j.helix.domain
Class ChannelSearchResult
java.lang.Object
com.github.twitch4j.helix.domain.ChannelSearchResult
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanBroadcaster Language field from the Channels serviceLogin of the broadcaster.Display name corresponding to the channelID of the game being playedName of the game being played on the stream.getId()Channel IDLive statusTimestamp of when the stream startedgetTags()The tags applied to the channel.Deprecated.Thumbnail URL of the streamgetTitle()Channel titleinthashCode()toString()
-
Constructor Details
-
ChannelSearchResult
public ChannelSearchResult()
-
-
Method Details
-
getId
Channel ID -
getBroadcasterLogin
Login of the broadcaster. -
getDisplayName
Display name corresponding to the channel -
getBroadcasterLanguage
Broadcaster Language field from the Channels service -
getGameId
ID of the game being played -
getGameName
Name of the game being played on the stream. -
getIsLive
Live status -
getTagsIds
Deprecated.Twitch has deprecated tag ids in favor ofgetTags()due to the latest custom tags systemShows tag IDs that apply to the stream (live only)Note: Category Tags are not returned
- See Also:
-
getTags
The tags applied to the channel.Note: Unlike
getTagsIds(), these tags are returned for offline channels -
getThumbnailUrl
Thumbnail URL of the stream -
getTitle
Channel title -
getStartedAt
Timestamp of when the stream started -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-
getTags()due to the latest custom tags system