Class InboundFollow

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

public class InboundFollow extends Object
  • Constructor Details

    • InboundFollow

      public InboundFollow()
  • Method Details

    • getUserId

      public String getUserId()
      An ID that uniquely identifies the user that’s following the broadcaster.
    • getUserLogin

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

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

      public Instant getFollowedAt()
      The UTC timestamp when the user started following the broadcaster.
    • 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