Package com.github.twitch4j.helix.domain
Class ModeratorEvent.ModeratorEventData
java.lang.Object
com.github.twitch4j.helix.domain.ModeratorEvent.ModeratorEventData
- Enclosing class:
- ModeratorEvent
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
@NonNull String
The ID of the channel where the event took place@NonNull String
Login of the broadcaster.@NonNull String
The (display) name of the channel where the event took place@NonNull String
The User ID of the moderator being added/removed@NonNull String
Login of the user.@NonNull String
The (display) name of the moderator being added/removedint
hashCode()
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
-