Class AutomodMessageUpdateEvent
java.lang.Object
com.github.twitch4j.eventsub.events.EventSubEvent
com.github.twitch4j.eventsub.events.EventSubUserChannelEvent
com.github.twitch4j.eventsub.events.EventSubModerationEvent
com.github.twitch4j.eventsub.events.AutomodMessageUpdateEvent
- All Implemented Interfaces:
ModeratorEvent
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The category of the message offense.The timestamp of when automod saved the message.int
getLevel()
The level of severity.The body of the message.The ID of the message that was flagged by automod.The message's updated status.int
hashCode()
toString()
Methods inherited from class com.github.twitch4j.eventsub.events.EventSubModerationEvent
getModeratorUserId, getModeratorUserLogin, getModeratorUserName
Methods inherited from class com.github.twitch4j.eventsub.events.EventSubUserChannelEvent
getBroadcasterUserId, getBroadcasterUserLogin, getBroadcasterUserName, getUserId, getUserLogin, getUserName
-
Constructor Details
-
AutomodMessageUpdateEvent
public AutomodMessageUpdateEvent()
-
-
Method Details
-
getMessageId
The ID of the message that was flagged by automod. -
getMessage
The body of the message. -
getCategory
The category of the message offense. -
getLevel
public int getLevel()The level of severity. Measured between 1 to 4. -
getStatus
The message's updated status. -
getHeldAt
The timestamp of when automod saved the message. -
toString
- Overrides:
toString
in classEventSubModerationEvent
-
equals
- Overrides:
equals
in classEventSubModerationEvent
-
canEqual
- Overrides:
canEqual
in classEventSubModerationEvent
-
hashCode
public int hashCode()- Overrides:
hashCode
in classEventSubModerationEvent
-