Class EventSubModerationEvent

java.lang.Object
Direct Known Subclasses:
ChannelBanEvent, ChannelUnbanEvent

public abstract class EventSubModerationEvent
extends EventSubUserChannelEvent
  • Constructor Details

    • EventSubModerationEvent

      public EventSubModerationEvent()
  • Method Details

    • getModeratorUserId

      public java.lang.String getModeratorUserId()
      The user ID of the issuer of the moderation action.
    • getModeratorUserLogin

      public java.lang.String getModeratorUserLogin()
      The user login of the issuer of the moderation action.
    • getModeratorUserName

      public java.lang.String getModeratorUserName()
      The user name of the issuer of the moderation action.
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class EventSubUserChannelEvent
    • equals

      public boolean equals​(java.lang.Object o)
      Overrides:
      equals in class EventSubUserChannelEvent
    • canEqual

      protected boolean canEqual​(java.lang.Object other)
      Overrides:
      canEqual in class EventSubUserChannelEvent
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class EventSubUserChannelEvent