Class RequestRateLimitingRule
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.waf.model.WebAppFirewallPolicyRule
- 
- com.oracle.bmc.waf.model.RequestRateLimitingRule
 
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20210930") public final class RequestRateLimitingRule extends WebAppFirewallPolicyRuleRule that represents RequestRateLimitingConfigurations.Only actions of the following types are allowed to be referenced in this rule: * CHECK * RETURN_HTTP_RESPONSE 
 Note: Objects should always be created or deserialized using theRequestRateLimitingRule.Builder. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of theRequestRateLimitingRule.Builder, which maintain a set of all explicitly set fields calledRequestRateLimitingRule.Builder.__explicitlySet__. ThehashCode()andequals(Object)methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classRequestRateLimitingRule.Builder- 
Nested classes/interfaces inherited from class com.oracle.bmc.waf.model.WebAppFirewallPolicyRuleWebAppFirewallPolicyRule.ConditionLanguage, WebAppFirewallPolicyRule.Type
 
- 
 - 
Constructor SummaryConstructors Constructor Description RequestRateLimitingRule(String name, WebAppFirewallPolicyRule.ConditionLanguage conditionLanguage, String condition, String actionName, List<RequestRateLimitingConfiguration> configurations)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RequestRateLimitingRule.Builderbuilder()Create a new builder.booleanequals(Object o)List<RequestRateLimitingConfiguration>getConfigurations()Rate Limiting Configurations.inthashCode()RequestRateLimitingRule.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.- 
Methods inherited from class com.oracle.bmc.waf.model.WebAppFirewallPolicyRulegetActionName, getCondition, getConditionLanguage, getName
 
- 
 
- 
- 
- 
Constructor Detail- 
RequestRateLimitingRule@Deprecated public RequestRateLimitingRule(String name, WebAppFirewallPolicyRule.ConditionLanguage conditionLanguage, String condition, String actionName, List<RequestRateLimitingConfiguration> configurations) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static RequestRateLimitingRule.Builder builder() Create a new builder.
 - 
toBuilderpublic RequestRateLimitingRule.Builder toBuilder() 
 - 
getConfigurationspublic List<RequestRateLimitingConfiguration> getConfigurations() Rate Limiting Configurations.Each configuration counts requests towards its own requestsLimit. - Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- WebAppFirewallPolicyRule
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Overrides:
- toStringin class- WebAppFirewallPolicyRule
- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- WebAppFirewallPolicyRule
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- WebAppFirewallPolicyRule
 
 
- 
 
-