Class RateLimitWarningThresholdRequest

java.lang.Object
com.okta.sdk.resource.model.RateLimitWarningThresholdRequest
All Implemented Interfaces:
Serializable

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-09-23T16:19:57.008753975Z[Etc/UTC]", comments="Generator version: 7.8.0") public class RateLimitWarningThresholdRequest extends Object implements Serializable
See Also:
  • Field Details Link icon

  • Constructor Details Link icon

    • RateLimitWarningThresholdRequest Link icon

      public RateLimitWarningThresholdRequest()
  • Method Details Link icon

    • warningThreshold Link icon

      public RateLimitWarningThresholdRequest warningThreshold(Integer warningThreshold)
    • getWarningThreshold Link icon

      @Nonnull public Integer getWarningThreshold()
      The threshold value (percentage) of a rate limit that, when exceeded, triggers a warning notification. By default, this value is 90 for Workforce orgs and 60 for CIAM orgs. minimum: 30 maximum: 90
      Returns:
      warningThreshold
    • setWarningThreshold Link icon

      public void setWarningThreshold(Integer warningThreshold)
    • equals Link icon

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode Link icon

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

      public String toString()
      Overrides:
      toString in class Object