Package com.github.twitch4j.helix.domain
Class BannedEvent.EventData
java.lang.Object
com.github.twitch4j.helix.domain.BannedEvent.EventData
- Enclosing class:
- BannedEvent
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanboolean@NonNull StringThe 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 StringThe reason for the ban if provided by the moderator.@NonNull StringThe 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/unbannedinthashCode()toString()
- 
Constructor Details- 
EventDatapublic EventData()
 
- 
- 
Method Details- 
getBroadcasterIdThe id of the broadcaster where the event took place
- 
getBroadcasterLoginThe login name of the broadcaster where the event took place
- 
getBroadcasterNameThe display name of the broadcaster where the event took place
- 
getUserIdThe id of the user that was banned/unbanned
- 
getUserLoginThe login name of the user that was banned/unbanned
- 
getUserNameThe display name of the user that was banned/unbanned
- 
getExpiresAtWhen the timeout expires, if applicable
- 
getReasonThe reason for the ban if provided by the moderator.
- 
getModeratorIdUser ID of the moderator who initiated the ban.
- 
getModeratorLoginLogin name of the moderator who initiated the ban.
- 
getModeratorNameDisplay name of the moderator who initiated the ban.
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
- 
toString
 
-