Class ModeratorUnbanRequestAction

java.lang.Object
com.github.twitch4j.pubsub.domain.ModeratorUnbanRequestAction

public class ModeratorUnbanRequestAction extends Object
  • Constructor Details

    • ModeratorUnbanRequestAction

      public ModeratorUnbanRequestAction()
  • Method Details

    • getModerationAction

      public ModeratorUnbanRequestAction.Type getModerationAction()
      Whether the unban request was approved or denied.
    • getCreatedById

      public String getCreatedById()
      The user id of the moderator taking this action.
    • getCreatedByLogin

      public String getCreatedByLogin()
      The login name of the moderator taking this action.
    • getModeratorMessage

      @Nullable public @Nullable String getModeratorMessage()
      An optional message provided to the target user by the moderator.
    • getTargetUserId

      public String getTargetUserId()
      The id of the user that created the unban request.
    • getTargetUserLogin

      public String getTargetUserLogin()
      The login name of the user that created the unban request.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object