Class SuspiciousUserMessageEvent
java.lang.Object
com.github.twitch4j.eventsub.events.EventSubEvent
com.github.twitch4j.eventsub.events.EventSubUserChannelEvent
com.github.twitch4j.eventsub.events.SuspiciousUserMessageEvent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanA ban evasion likelihood value (if any) that as been applied to the user automatically by Twitch.The structured chat message.@Nullable Collection<String>Channel IDs where the suspicious user is also banned.The status set for the suspicious user.getTypes()User types (if any) that apply to the suspicious user.inthashCode()toString()Methods inherited from class com.github.twitch4j.eventsub.events.EventSubUserChannelEvent
getBroadcasterUserId, getBroadcasterUserLogin, getBroadcasterUserName, getUserId, getUserLogin, getUserName
-
Constructor Details
-
SuspiciousUserMessageEvent
public SuspiciousUserMessageEvent()
-
-
Method Details
-
getStatus
The status set for the suspicious user. -
getTypes
User types (if any) that apply to the suspicious user. -
getBanEvasionEvaluation
A ban evasion likelihood value (if any) that as been applied to the user automatically by Twitch. -
getMessage
The structured chat message. -
toString
- Overrides:
toStringin classEventSubUserChannelEvent
-
equals
- Overrides:
equalsin classEventSubUserChannelEvent
-
canEqual
- Overrides:
canEqualin classEventSubUserChannelEvent
-
hashCode
public int hashCode()- Overrides:
hashCodein classEventSubUserChannelEvent
-