Package com.github.twitch4j.helix.domain
Class StreamTag
java.lang.Object
com.github.twitch4j.helix.domain.StreamTag
Deprecated.
Deprecation Information
Stream Tags (LiveStream)
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
Deprecated.boolean
Deprecated.Deprecated.Whether the tag is automatically set by Twitch (meaning that it cannot be set manually)Deprecated.Map with key/value pairs for the localized description/purpose of tags.Deprecated.Map with key/value pairs for the localized name of tags.@NonNull UUID
getTagId()
Deprecated.Twitch has deprecated UUID-based tags with the latest custom tags system.int
hashCode()
Deprecated.toString()
Deprecated.
-
Constructor Details
-
StreamTag
public StreamTag()Deprecated.
-
-
Method Details
-
getTagId
Deprecated.Twitch has deprecated UUID-based tags with the latest custom tags system.Tag ID.- See Also:
-
getIsAuto
Deprecated.Whether the tag is automatically set by Twitch (meaning that it cannot be set manually) -
getLocalizationNames
Deprecated.Map with key/value pairs for the localized name of tags. Key is the locale ("en-us", "da-dk", etc.) -
getLocalizationDescriptions
Deprecated.Map with key/value pairs for the localized description/purpose of tags. Key is the locale ("en-us", "da-dk", etc.) -
equals
Deprecated. -
canEqual
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-