Class RateLimitWarningThresholdResponse

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

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-03-29T16:46:27.777599-05:00[America/Chicago]", comments="Generator version: 7.4.0") public class RateLimitWarningThresholdResponse extends Object implements Serializable
See Also:
  • Field Details

  • Constructor Details

    • RateLimitWarningThresholdResponse

      public RateLimitWarningThresholdResponse()
  • Method Details

    • warningThreshold

      public RateLimitWarningThresholdResponse warningThreshold(Integer warningThreshold)
    • getWarningThreshold

      @Nullable 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

      public void setWarningThreshold(Integer warningThreshold)
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object