Class CommerceMessage
java.lang.Object
com.github.twitch4j.pubsub.domain.CommerceMessage
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanA list of emotes that were used in the messageThe message in this commerce eventinthashCode()voidsetEmotes(List<CommerceMessage.CommerceEmote> emotes) A list of emotes that were used in the messagevoidsetMessage(String message) The message in this commerce eventtoString()
-
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 -
setMessage
The message in this commerce event -
setEmotes
A list of emotes that were used in the message -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-