Package com.github.twitch4j.helix.domain
Class AutomodEnforceCheckList
java.lang.Object
com.github.twitch4j.helix.domain.AutomodEnforceCheckList
public final class AutomodEnforceCheckList
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAutomodEnforceCheckList.AutomodEnforceCheckListBuilder -
Method Summary
Modifier and Type Method Description static AutomodEnforceCheckList.AutomodEnforceCheckListBuilderbuilder()booleanequals(java.lang.Object o)@NonNull java.util.List<AutomodEnforceCheck>getMessages()inthashCode()java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Method Details
-
builder
-
getMessages
-
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-