Class AutomodSettingsUpdateEvent

All Implemented Interfaces:
ModeratorEvent

public class AutomodSettingsUpdateEvent extends EventSubModeratorEvent
  • Constructor Details

    • AutomodSettingsUpdateEvent

      public AutomodSettingsUpdateEvent()
  • Method Details

    • getOverallLevel

      @Nullable public @Nullable Integer getOverallLevel()
      The default AutoMod level for the broadcaster. This field is null if the broadcaster has set one or more of the individual settings.
    • getBullying

      public int getBullying()
      The Automod level for hostility involving name calling or insults.
    • getDisability

      public int getDisability()
      The Automod level for discrimination against disability.
    • getRaceEthnicityOrReligion

      public int getRaceEthnicityOrReligion()
      The Automod level for racial discrimination.
    • getMisogyny

      public int getMisogyny()
      The Automod level for discrimination against women.
    • getSexualitySexOrGender

      public int getSexualitySexOrGender()
      The AutoMod level for discrimination based on sexuality, sex, or gender.
    • getAggression

      public int getAggression()
      The Automod level for hostility involving aggression.
    • getSexBasedTerms

      public int getSexBasedTerms()
      The Automod level for sexual content.
    • getSwearing

      public int getSwearing()
      The Automod level for profanity.
    • toString

      public String toString()
      Overrides:
      toString in class EventSubModeratorEvent
    • equals

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

      protected boolean canEqual(Object other)
      Overrides:
      canEqual in class EventSubModeratorEvent
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class EventSubModeratorEvent