Package org.openapitools.client.model
Class RateLimitWarningThresholdRequest
java.lang.Object
org.openapitools.client.model.RateLimitWarningThresholdRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-06-14T14:39:12.692995-05:00[America/Chicago]")
public class RateLimitWarningThresholdRequest
extends Object
-
Field Summary
Fields -
Constructor Summary
Constructors -
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
-
RateLimitWarningThresholdRequest
public RateLimitWarningThresholdRequest()
-
-
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
-