Package com.github.twitch4j.helix.domain
Class StreamTag
java.lang.Object
com.github.twitch4j.helix.domain.StreamTag
Stream Tags (LiveStream)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanWhether the tag is automatically set by Twitch (meaning that it cannot be set manually)Map with key/value pairs for the localized description/purpose of tags.Map with key/value pairs for the localized name of tags.getTagId()Tag ID.inthashCode()toString()
-
Constructor Details
-
StreamTag
public StreamTag()
-
-
Method Details
-
getTagId
Tag ID. -
getIsAuto
Whether the tag is automatically set by Twitch (meaning that it cannot be set manually) -
getLocalizationNames
Map with key/value pairs for the localized name of tags. Key is the locale ("en-us", "da-dk", etc.) -
getLocalizationDescriptions
Map with key/value pairs for the localized description/purpose of tags. Key is the locale ("en-us", "da-dk", etc.) -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-