Class CommerceMessage.CommerceEmote
java.lang.Object
com.github.twitch4j.pubsub.domain.CommerceMessage.CommerceEmote
- Enclosing class:
- CommerceMessage
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe id for the emote being usedgetEnd()The number of characters in the emote namegetId()Deprecated.getStart()The index in the message where the emote startsinthashCode()voidsetEmoteId(String emoteId) Deprecated.voidDeprecated.voidDeprecated.toString()
-
Constructor Details
-
CommerceEmote
public CommerceEmote()
-
-
Method Details
-
getId
Deprecated.in favor ofgetEmoteId()- Returns:
- the emote id as an integer, or null.
-
getStart
The index in the message where the emote starts -
getEnd
The number of characters in the emote name -
getEmoteId
The id for the emote being used -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-
setStart
Deprecated.The index in the message where the emote starts -
setEnd
Deprecated.The number of characters in the emote name -
setEmoteId
Deprecated.The id for the emote being used
-
getEmoteId()