Package com.github.twitch4j.helix.domain
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 classCheermote.ImageSetstatic classCheermote.SizedImagesstatic classCheermote.ThemedImagesstatic classCheermote.Tierstatic classCheermote.Type -
Constructor Summary
Constructors Constructor Description Cheermote() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.BooleangetIsCharitable()Indicates whether or not this emote provides a charity contribution matchjava.time.InstantgetLastUpdated()The date when this Cheermote was last updatedjava.lang.IntegergetOrder()Order of the emotes as shown in the bits card, in ascending orderjava.lang.StringgetPrefix()The name of the Cheermote (e.g., "Cheer", "PogChamp", "Kappa")java.util.List<Cheermote.Tier>getTiers()Cheermotes with their metadataCheermote.TypegetType()The emote typeinthashCode()java.lang.StringtoString()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
Cheermotes with their metadata -
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:
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
-