Class AutomodSettingsUpdateEvent
java.lang.Object
com.github.twitch4j.eventsub.events.EventSubEvent
com.github.twitch4j.eventsub.events.EventSubChannelEvent
com.github.twitch4j.eventsub.events.EventSubModeratorEvent
com.github.twitch4j.eventsub.events.AutomodSettingsUpdateEvent
- All Implemented Interfaces:
ModeratorEvent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanintThe Automod level for hostility involving aggression.intThe Automod level for hostility involving name calling or insults.intThe Automod level for discrimination against disability.intThe Automod level for discrimination against women.@Nullable IntegerThe default AutoMod level for the broadcaster.intThe Automod level for racial discrimination.intThe Automod level for sexual content.intThe AutoMod level for discrimination based on sexuality, sex, or gender.intThe Automod level for profanity.inthashCode()toString()Methods inherited from class com.github.twitch4j.eventsub.events.EventSubModeratorEvent
getModeratorUserId, getModeratorUserLogin, getModeratorUserNameMethods inherited from class com.github.twitch4j.eventsub.events.EventSubChannelEvent
getBroadcasterUserId, getBroadcasterUserLogin, getBroadcasterUserName
-
Constructor Details
-
AutomodSettingsUpdateEvent
public AutomodSettingsUpdateEvent()
-
-
Method Details
-
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
- Overrides:
toStringin classEventSubModeratorEvent
-
equals
- Overrides:
equalsin classEventSubModeratorEvent
-
canEqual
- Overrides:
canEqualin classEventSubModeratorEvent
-
hashCode
public int hashCode()- Overrides:
hashCodein classEventSubModeratorEvent
-