Class AutomodTerms
java.lang.Object
com.github.twitch4j.eventsub.domain.moderation.AutomodTerms
Metadata associated with the automod terms changes.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanWhether 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.inthashCode()booleanWhether 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
-