Klasse 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
- Alle implementierten Schnittstellen:
ModeratorEvent
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected 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.The 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()Von Klasse geerbte Methoden com.github.twitch4j.eventsub.events.EventSubModeratorEvent
getModeratorUserId, getModeratorUserLogin, getModeratorUserNameVon Klasse geerbte Methoden com.github.twitch4j.eventsub.events.EventSubChannelEvent
getBroadcasterUserId, getBroadcasterUserLogin, getBroadcasterUserName
-
Konstruktordetails
-
AutomodSettingsUpdateEvent
public AutomodSettingsUpdateEvent()
-
-
Methodendetails
-
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
- Setzt außer Kraft:
toStringin KlasseEventSubModeratorEvent
-
equals
- Setzt außer Kraft:
equalsin KlasseEventSubModeratorEvent
-
canEqual
- Setzt außer Kraft:
canEqualin KlasseEventSubModeratorEvent
-
hashCode
public int hashCode()- Setzt außer Kraft:
hashCodein KlasseEventSubModeratorEvent
-