Class StreamTag

java.lang.Object
com.github.twitch4j.helix.domain.StreamTag

@Deprecated public class StreamTag extends Object
Stream Tags (LiveStream)
  • Constructor Details

    • StreamTag

      public StreamTag()
      Deprecated.
  • Method Details

    • getTagId

      @Deprecated @NonNull public @NonNull UUID getTagId()
      Deprecated.
      Twitch has deprecated UUID-based tags with the latest custom tags system.
      Tag ID.
      See Also:
    • getIsAuto

      public Boolean getIsAuto()
      Deprecated.
      Whether the tag is automatically set by Twitch (meaning that it cannot be set manually)
    • getLocalizationNames

      @NonNull public @NonNull Map<String,String> getLocalizationNames()
      Deprecated.
      Map with key/value pairs for the localized name of tags. Key is the locale ("en-us", "da-dk", etc.)
    • getLocalizationDescriptions

      @NonNull public @NonNull Map<String,String> getLocalizationDescriptions()
      Deprecated.
      Map with key/value pairs for the localized description/purpose of tags. Key is the locale ("en-us", "da-dk", etc.)
    • equals

      public boolean equals(Object o)
      Deprecated.
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
      Deprecated.
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object