Package com.github.twitch4j.helix.domain
Class ModeratorEvent.ModeratorEventData
java.lang.Object
com.github.twitch4j.helix.domain.ModeratorEvent.ModeratorEventData
- Enclosing class:
ModeratorEvent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe ID of the channel where the event took placeLogin of the broadcaster.The (display) name of the channel where the event took placeThe User ID of the moderator being added/removedLogin of the user.The (display) name of the moderator being added/removedinthashCode()toString()
-
Constructor Details
-
ModeratorEventData
public ModeratorEventData()
-
-
Method Details
-
getBroadcasterId
The ID of the channel where the event took place -
getBroadcasterLogin
Login of the broadcaster. -
getBroadcasterName
The (display) name of the channel where the event took place -
getUserId
The User ID of the moderator being added/removed -
getUserLogin
Login of the user. -
getUserName
The (display) name of the moderator being added/removed -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-