Class AutomodCaughtMessageData

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

public class AutomodCaughtMessageData extends Object
  • Constructor Details

    • AutomodCaughtMessageData

      public AutomodCaughtMessageData()
  • Method Details

    • getContentClassification

      public AutomodContentClassification getContentClassification()
      Object defining the category and level that the content was classified as.
    • getMessage

      public AutomodCaughtMessage getMessage()
      The message that was caught with additional context.
    • getReasonCode

      public String getReasonCode()
      Reserved for internal use by Twitch.
    • getResolverId

      public String getResolverId()
      User ID of the moderator that resolved this message.
    • getResolverLogin

      public String getResolverLogin()
      User login name of the moderator that resolved this message.
    • getStatus

      public AutomodCaughtMessageData.Status getStatus()
      Current status of the message.
    • 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