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 boolean canEqual​(java.lang.Object other)  
    boolean equals​(java.lang.Object o)  
    java.lang.Integer getGlobalCooldownSeconds()  
    int hashCode()  
    java.lang.String toString()  

    Methods inherited from class com.github.twitch4j.helix.domain.CustomReward.Setting

    isEnabled

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • GlobalCooldownSetting

      public GlobalCooldownSetting()
  • Method Details