Class AutomodLevelsModified
java.lang.Object
com.github.twitch4j.pubsub.domain.AutomodLevelsModified
public class AutomodLevelsModified
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAutomodLevelsModified.AutomodLevelsConfiguration of the Automod category sensitivity levels, between 0 and 4 (inclusive) each. -
Constructor Summary
Constructors Constructor Description AutomodLevelsModified() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.StringgetCreatedBy()java.lang.StringgetCreatedByUserId()AutomodLevelsModified.AutomodLevelsgetPreviousAutomodLevels()AutomodLevelsModified.AutomodLevelsgetUpdatedAutomodLevels()inthashCode()java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
AutomodLevelsModified
public AutomodLevelsModified()
-
-
Method Details
-
getCreatedBy
public java.lang.String getCreatedBy() -
getCreatedByUserId
public java.lang.String getCreatedByUserId() -
getPreviousAutomodLevels
-
getUpdatedAutomodLevels
-
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
-