Package com.github.twitch4j.helix.domain
Class BannedEvent.EventData
java.lang.Object
com.github.twitch4j.helix.domain.BannedEvent.EventData
- Enclosing class:
- BannedEvent
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
@NonNull String
The id of the broadcaster where the event took placeThe login name of the broadcaster where the event took placeThe display name of the broadcaster where the event took placeWhen the timeout expires, if applicableUser ID of the moderator who initiated the ban.Login name of the moderator who initiated the ban.Display name of the moderator who initiated the ban.@Nullable String
The reason for the ban if provided by the moderator.@NonNull String
The id of the user that was banned/unbannedThe login name of the user that was banned/unbannedThe display name of the user that was banned/unbannedint
hashCode()
toString()
-
Constructor Details
-
EventData
public EventData()
-
-
Method Details
-
getBroadcasterId
The id of the broadcaster where the event took place -
getBroadcasterLogin
The login name of the broadcaster where the event took place -
getBroadcasterName
The display name of the broadcaster where the event took place -
getUserId
The id of the user that was banned/unbanned -
getUserLogin
The login name of the user that was banned/unbanned -
getUserName
The display name of the user that was banned/unbanned -
getExpiresAt
When the timeout expires, if applicable -
getReason
The reason for the ban if provided by the moderator. -
getModeratorId
User ID of the moderator who initiated the ban. -
getModeratorLogin
Login name of the moderator who initiated the ban. -
getModeratorName
Display name of the moderator who initiated the ban. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-