java.lang.Object
com.github.twitch4j.eventsub.domain.moderation.UserTarget
Direct Known Subclasses:
BanTarget, DeleteTarget, RaidTarget, TimeoutTarget, UnbanRequest, Warning

public class UserTarget extends Object
  • Constructor Details

    • UserTarget

      public UserTarget()
  • Method Details

    • getUserId

      public String getUserId()
      The ID of the user that is the target of the moderator action.
    • getUserLogin

      public String getUserLogin()
      The login name of the user that is the target of the moderation action.
    • getUserName

      public String getUserName()
      The display name of the user that is the target of the moderation action.
    • 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