Class ChatUserColor

java.lang.Object
com.github.twitch4j.helix.domain.ChatUserColor

public class ChatUserColor extends Object
  • Constructor Details

    • ChatUserColor

      public ChatUserColor()
  • Method Details

    • getUserId

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

      public String getUserName()
      The user’s display name.
    • getUserLogin

      public String getUserLogin()
      The user’s login name.
    • getColor

      public String getColor()
      The Hex color code that the user uses in chat for their name.

      If the user hasn't specified a color in their settings, the string is empty.

    • 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