Class Automod

java.lang.Object
com.github.twitch4j.eventsub.domain.Automod

public class Automod extends Object
  • Constructor Details

    • Automod

      public Automod()
  • Method Details

    • getCategory

      public TwitchEnum<AutomodCategory> getCategory()
      The category of the message offense.
    • getLevel

      public int getLevel()
      The level of severity (1-4).
    • getBoundaries

      public List<Boundary> getBoundaries()
      The bounds of the text that caused the message to be caught.
    • 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