Class StreamTag

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

public class StreamTag
extends java.lang.Object
Stream Tags (LiveStream)
  • Constructor Summary

    Constructors
    Constructor Description
    StreamTag()  
  • Method Summary

    Modifier and Type Method Description
    protected boolean canEqual​(java.lang.Object other)  
    boolean equals​(java.lang.Object o)  
    java.lang.Boolean getIsAuto()
    Whether the tag is automatically set by Twitch (meaning that it cannot be set manually)
    @NonNull java.util.Map<java.lang.String,​java.lang.String> getLocalizationDescriptions()
    Map with key/value pairs for the localized description/purpose of tags.
    @NonNull java.util.Map<java.lang.String,​java.lang.String> getLocalizationNames()
    Map with key/value pairs for the localized name of tags.
    @NonNull java.util.UUID getTagId()
    Tag ID.
    int hashCode()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • StreamTag

      public StreamTag()
  • Method Details

    • getTagId

      @NonNull public @NonNull java.util.UUID getTagId()
      Tag ID.
    • getIsAuto

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

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

      @NonNull public @NonNull java.util.Map<java.lang.String,​java.lang.String> getLocalizationDescriptions()
      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​(java.lang.Object o)
      Overrides:
      equals in class java.lang.Object
    • canEqual

      protected boolean canEqual​(java.lang.Object other)
    • hashCode

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

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object