Class CommerceMessage
java.lang.Object
com.github.twitch4j.pubsub.domain.CommerceMessage
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
A list of emotes that were used in the messageThe message in this commerce eventint
hashCode()
void
setEmotes
(List<CommerceMessage.CommerceEmote> emotes) Deprecated.void
setMessage
(String message) Deprecated.toString()
-
Constructor Details
-
CommerceMessage
public CommerceMessage()
-
-
Method Details
-
getMessage
The message in this commerce event -
getEmotes
A list of emotes that were used in the message -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-
setMessage
Deprecated.The message in this commerce event -
setEmotes
Deprecated.A list of emotes that were used in the message
-