Class ChannelWarningSendEvent
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.ChannelWarningSendEvent
- All Implemented Interfaces:
ModeratorEvent
-
Constructor Summary
-
Method Summary
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
-
ChannelWarningSendEvent
public ChannelWarningSendEvent()
-
-
Method Details
-
getReason
Optional: The reason given for the warning. -
getChatRulesCited
Optional: The chat rules cited for the warning. -
toString
- Overrides:
toString
in classEventSubModerationEvent
-
equals
- Overrides:
equals
in classEventSubModerationEvent
-
canEqual
- Overrides:
canEqual
in classEventSubModerationEvent
-
hashCode
public int hashCode()- Overrides:
hashCode
in classEventSubModerationEvent
-