java.lang.Object
com.github.twitch4j.eventsub.domain.moderation.AutomodTerms

public class AutomodTerms extends Object
Metadata associated with the automod terms changes.
  • 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

      public TermAction getAction()
      Whether the moderator action constitutes adding or removing a term.
    • getList

      public TermType getList()
      Whether the modified term is associated with the blocked term list or permitted term list.
    • getTerms

      public List<String> getTerms()
      The terms being added or removed.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object