Class Cheermote.Tier

java.lang.Object
com.github.twitch4j.helix.domain.Cheermote.Tier
Enclosing class:
Cheermote

public static class Cheermote.Tier extends Object
  • Constructor Details

    • Tier

      public Tier()
  • Method Details

    • getId

      @NonNull public @NonNull String getId()
      ID of the emote tier. Possible tiers are: 1, 100, 500, 1000, 5000, 10k, or 100k
    • getMinBits

      public Long getMinBits()
      Minimum number of bits needed to be used to hit the given tier of emote
    • getColor

      public 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 Boolean getCanCheer()
      Whether or not emote information is accessible to users
    • getShowInBitsCard

      public Boolean getShowInBitsCard()
      Whether or not the emote is hidden from the bits card
    • equals

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

      protected boolean canEqual(Object other)
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object