Package com.github.twitch4j.helix.domain
Klasse BannedEvent.EventData
java.lang.Object
com.github.twitch4j.helix.domain.BannedEvent.EventData
- Umschließende Klasse:
BannedEvent
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected booleanbooleanThe 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.The reason for the ban if provided by the moderator.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/unbannedinthashCode()toString()
-
Konstruktordetails
-
EventData
public EventData()
-
-
Methodendetails
-
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
-