Package com.github.twitch4j.helix.domain
Class CustomReward.GlobalCooldownSetting
java.lang.Object
com.github.twitch4j.helix.domain.CustomReward.Setting
com.github.twitch4j.helix.domain.CustomReward.GlobalCooldownSetting
- Enclosing class:
- CustomReward
public static class CustomReward.GlobalCooldownSetting extends CustomReward.Setting
-
Constructor Summary
Constructors Constructor Description GlobalCooldownSetting() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.IntegergetGlobalCooldownSeconds()inthashCode()java.lang.StringtoString()Methods inherited from class com.github.twitch4j.helix.domain.CustomReward.Setting
isEnabledMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
GlobalCooldownSetting
public GlobalCooldownSetting()
-
-
Method Details
-
getGlobalCooldownSeconds
public java.lang.Integer getGlobalCooldownSeconds() -
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classCustomReward.Setting
-
canEqual
protected boolean canEqual(java.lang.Object other)- Overrides:
canEqualin classCustomReward.Setting
-
hashCode
public int hashCode()- Overrides:
hashCodein classCustomReward.Setting
-
toString
public java.lang.String toString()- Overrides:
toStringin classCustomReward.Setting
-