java.lang.Object
com.github.twitch4j.eventsub.domain.chat.Mention

public class Mention extends Object
  • Constructor Details

    • Mention

      public Mention()
  • Method Details

    • getUserId

      public String getUserId()
      The user ID of the mentioned user.
    • getUserName

      public String getUserName()
      The user name of the mentioned user.
    • getUserLogin

      public String getUserLogin()
      The user login of the mentioned user.
    • 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