Class Raid
java.lang.Object
com.github.twitch4j.eventsub.domain.chat.Raid
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Profile image URL of the broadcaster raiding this channel.The user ID of the broadcaster raiding this channel.The login name of the broadcaster raiding this channel.The user name of the broadcaster raiding this channel.The number of viewers raiding this channel from the broadcaster’s channel.int
hashCode()
toString()
-
Constructor Details
-
Raid
public Raid()
-
-
Method Details
-
getUserId
The user ID of the broadcaster raiding this channel. -
getUserName
The user name of the broadcaster raiding this channel. -
getUserLogin
The login name of the broadcaster raiding this channel. -
getProfileImageUrl
Profile image URL of the broadcaster raiding this channel. -
getViewerCount
The number of viewers raiding this channel from the broadcaster’s channel. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-