Class LowTrustUser

java.lang.Object
com.github.twitch4j.pubsub.domain.LowTrustUser

public class LowTrustUser extends Object
  • Constructor Details

    • LowTrustUser

      public LowTrustUser()
  • Method Details

    • getId

      public String getId()
      The user ID of the suspicious user.
    • getLowTrustId

      public String getLowTrustId()
      Unique ID for this low trust chat message.
    • getChannelId

      public String getChannelId()
      ID of the channel where the suspicious user was present.
    • getSender

      public AutomodCaughtMessage.Sender getSender()
      Information about the suspicious user.
    • getEvaluatedAt

      public Instant getEvaluatedAt()
      If applicable, the timestamp for the first time the suspicious user was automatically evaluated by Twitch.
    • getUpdatedAt

      public Instant getUpdatedAt()
      The timestamp of when the treatment was updated for the suspicious user.
    • getBanEvasionEvaluation

      public BanEvasionEvaluation getBanEvasionEvaluation()
      A ban evasion likelihood value (if any) that has been applied to the user automatically by Twitch.
    • getTreatment

      public LowTrustUserTreatment getTreatment()
      The treatment set for the suspicious user.
    • getUpdatedBy

      public SimpleUser getUpdatedBy()
      Information about the moderator who made any update for the suspicious user.
    • getSharedBanChannelIds

      @Nullable public @Nullable List<String> getSharedBanChannelIds()
      A list of channel IDs where the suspicious user is also banned.
    • getTypes

      public List<LowTrustUserTypes> getTypes()
      User types (if any) that apply to the suspicious 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