Package com.github.twitch4j.helix.domain
Class Cheermote.Tier
java.lang.Object
com.github.twitch4j.helix.domain.Cheermote.Tier
- Enclosing class:
- Cheermote
public static class Cheermote.Tier
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description Tier() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.BooleangetCanCheer()Whether or not emote information is accessible to usersjava.lang.StringgetColor()Hex code for the color associated with the bits of that tier@NonNull java.lang.StringgetId()ID of the emote tier.Cheermote.ThemedImagesgetImages()Structure containing both animated and static image sets, sorted by light and darkjava.lang.LonggetMinBits()Minimum number of bits needed to be used to hit the given tier of emotejava.lang.BooleangetShowInBitsCard()Whether or not the emote is hidden from the bits cardinthashCode()java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
Tier
public Tier()
-
-
Method Details
-
getId
@NonNull public @NonNull java.lang.String getId()ID of the emote tier. Possible tiers are: 1, 100, 500, 1000, 5000, 10k, or 100k -
getMinBits
public java.lang.Long getMinBits()Minimum number of bits needed to be used to hit the given tier of emote -
getColor
public java.lang.String getColor()Hex code for the color associated with the bits of that tier -
getImages
Structure containing both animated and static image sets, sorted by light and dark -
getCanCheer
public java.lang.Boolean getCanCheer()Whether or not emote information is accessible to users -
getShowInBitsCard
public java.lang.Boolean getShowInBitsCard()Whether or not the emote is hidden from the bits card -
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
-