Package com.okta.sdk.resource.model
Class RateLimitWarningThresholdResponse
java.lang.Object
com.okta.sdk.resource.model.RateLimitWarningThresholdResponse
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class RateLimitWarningThresholdResponse
extends Object
implements Serializable
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
The threshold value (percentage) of a rate limit that, when exceeded, triggers a warning notification.int
hashCode()
void
setWarningThreshold
(Integer warningThreshold) toString()
warningThreshold
(Integer warningThreshold)
-
Field Details
-
JSON_PROPERTY_WARNING_THRESHOLD
- See Also:
-
-
Constructor Details
-
RateLimitWarningThresholdResponse
public RateLimitWarningThresholdResponse()
-
-
Method Details
-
warningThreshold
-
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
-
equals
-
hashCode
public int hashCode() -
toString
-