Class GlobalCooldown

java.lang.Object
com.github.twitch4j.eventsub.domain.GlobalCooldown

public class GlobalCooldown extends Object
  • Constructor Details

    • GlobalCooldown

      public GlobalCooldown()
  • Method Details

    • isEnabled

      public Boolean isEnabled()
      Is the setting enabled.
    • getSeconds

      public Integer getSeconds()
      The cooldown in seconds.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object