Package com.github.twitch4j.helix.domain
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 booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.BooleangetIsAuto()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.UUIDgetTagId()Tag ID.inthashCode()java.lang.StringtoString()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:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other) -
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-