Class SuspiciousUser

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

public class SuspiciousUser extends Object
  • Constructor Details

    • SuspiciousUser

      public SuspiciousUser()
  • Method Details

    • getUserId

      public String getUserId()
      The ID of the user having their suspicious status updated.
    • getBroadcasterId

      public String getBroadcasterId()
      The user ID of the broadcaster indicating in which channel the status is being applied.
    • getModeratorId

      public String getModeratorId()
      The user ID of the moderator who applied the last status.
    • getUpdatedAt

      public Instant getUpdatedAt()
      The timestamp of the last time this user's status was updated.
    • getStatus

      public SuspiciousStatus getStatus()
      The type of suspicious status.
    • getTypes

      public EnumSet<SuspiciousType> getTypes()
      The type(s) of suspicious user this is.
    • 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