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 boolean canEqual​(java.lang.Object other)  
    boolean equals​(java.lang.Object o)  
    java.lang.Boolean getCanCheer()
    Whether or not emote information is accessible to users
    java.lang.String getColor()
    Hex code for the color associated with the bits of that tier
    @NonNull java.lang.String getId()
    ID of the emote tier.
    Cheermote.ThemedImages getImages()
    Structure containing both animated and static image sets, sorted by light and dark
    java.lang.Long getMinBits()
    Minimum number of bits needed to be used to hit the given tier of emote
    java.lang.Boolean getShowInBitsCard()
    Whether or not the emote is hidden from the bits card
    int hashCode()  
    java.lang.String toString()  

    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

      public Cheermote.ThemedImages 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:
      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