Class AutomodTerms
java.lang.Object
com.github.twitch4j.eventsub.domain.moderation.AutomodTerms
Metadata associated with the automod terms changes.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Whether the moderator action constitutes adding or removing a term.getList()
Whether the modified term is associated with the blocked term list or permitted term list.getTerms()
The terms being added or removed.int
hashCode()
boolean
Whether the terms were added due to an Automod message approve/deny action.toString()
-
Constructor Details
-
AutomodTerms
public AutomodTerms()
-
-
Method Details
-
isFromAutomod
public boolean isFromAutomod()Whether the terms were added due to an Automod message approve/deny action. -
getAction
Whether the moderator action constitutes adding or removing a term. -
getList
Whether the modified term is associated with the blocked term list or permitted term list. -
getTerms
The terms being added or removed. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-