Class Cheermote

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

public class Cheermote
extends java.lang.Object
  • Nested Class Summary

    Nested Classes
    Modifier and Type Class Description
    static class  Cheermote.ImageSet  
    static class  Cheermote.SizedImages  
    static class  Cheermote.ThemedImages  
    static class  Cheermote.Tier  
    static class  Cheermote.Type  
  • Constructor Summary

    Constructors
    Constructor Description
    Cheermote()  
  • Method Summary

    Modifier and Type Method Description
    protected boolean canEqual​(java.lang.Object other)  
    boolean equals​(java.lang.Object o)  
    java.lang.Boolean getIsCharitable()
    Indicates whether or not this emote provides a charity contribution match
    java.time.Instant getLastUpdated()
    The date when this Cheermote was last updated
    java.lang.Integer getOrder()
    Order of the emotes as shown in the bits card, in ascending order
    java.lang.String getPrefix()
    The name of the Cheermote (e.g., "Cheer", "PogChamp", "Kappa")
    java.util.List<Cheermote.Tier> getTiers()
    Cheermotes with their metadata
    Cheermote.Type getType()
    The emote type
    int hashCode()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

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

    • Cheermote

      public Cheermote()
  • Method Details

    • getPrefix

      public java.lang.String getPrefix()
      The name of the Cheermote (e.g., "Cheer", "PogChamp", "Kappa")
    • getTiers

      public java.util.List<Cheermote.Tier> getTiers()
      Cheermotes with their metadata
    • getType

      public Cheermote.Type getType()
      The emote type
    • getOrder

      public java.lang.Integer getOrder()
      Order of the emotes as shown in the bits card, in ascending order
    • getLastUpdated

      public java.time.Instant getLastUpdated()
      The date when this Cheermote was last updated
    • getIsCharitable

      public java.lang.Boolean getIsCharitable()
      Indicates whether or not this emote provides a charity contribution match
    • 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