Class AutomodCaughtMessageData
java.lang.Object
com.github.twitch4j.pubsub.domain.AutomodCaughtMessageData
public class AutomodCaughtMessageData
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAutomodCaughtMessageData.Status -
Constructor Summary
Constructors Constructor Description AutomodCaughtMessageData() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)AutomodContentClassificationgetContentClassification()Object defining the category and level that the content was classified as.AutomodCaughtMessagegetMessage()The message that was caught with additional context.java.lang.StringgetReasonCode()Reserved for internal use by Twitch.java.lang.StringgetResolverId()User ID of the moderator that resolved this message.java.lang.StringgetResolverLogin()User login name of the moderator that resolved this message.AutomodCaughtMessageData.StatusgetStatus()Current status of the message.inthashCode()java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
AutomodCaughtMessageData
public AutomodCaughtMessageData()
-
-
Method Details
-
getContentClassification
Object defining the category and level that the content was classified as. -
getMessage
The message that was caught with additional context. -
getReasonCode
public java.lang.String getReasonCode()Reserved for internal use by Twitch. -
getResolverId
public java.lang.String getResolverId()User ID of the moderator that resolved this message. -
getResolverLogin
public java.lang.String getResolverLogin()User login name of the moderator that resolved this message. -
getStatus
Current status of the message. -
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other) -
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-