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
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
The Automod level for hostility involving aggression.int
The Automod level for hostility involving name calling or insults.int
The Automod level for discrimination against disability.int
The Automod level for discrimination against women.@Nullable Integer
The default AutoMod level for the broadcaster.int
The Automod level for racial discrimination.int
The Automod level for sexual content.int
The AutoMod level for discrimination based on sexuality, sex, or gender.int
The Automod level for profanity.int
hashCode()
toString()
Methods inherited from class com.github.twitch4j.eventsub.events.EventSubModeratorEvent
getModeratorUserId, getModeratorUserLogin, getModeratorUserName
Methods 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:
toString
in classEventSubModeratorEvent
-
equals
- Overrides:
equals
in classEventSubModeratorEvent
-
canEqual
- Overrides:
canEqual
in classEventSubModeratorEvent
-
hashCode
public int hashCode()- Overrides:
hashCode
in classEventSubModeratorEvent
-