Class Chatter

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

public class Chatter extends Object
  • Constructor Details

    • Chatter

      public Chatter()
  • Method Details

    • getUserId

      public String getUserId()
      The ID of a user that’s connected to the broadcaster’s chat room.
    • getUserLogin

      public String getUserLogin()
      The login name of a user that’s connected to the broadcaster’s chat room.
    • getUserName

      public String getUserName()
      The display name of a user that’s connected to the broadcaster’s chat room.
    • 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