public class SlowPostConfig extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| SlowPostConfig() | 
| SlowPostConfig(SlowPostConfig source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getAction()Get Handling action for slow attack. | 
| FirstPartConfig | getFirstPartConfig()Get First packet configuration. | 
| Long | getRuleId()Get Specifies the Id of this rule. | 
| SlowRateConfig | getSlowRateConfig()Get Specifies the basic configuration. | 
| String | getSwitch()Get Values:
`on`: Enable
`off`: Disable | 
| void | setAction(String Action)Set Handling action for slow attack. | 
| void | setFirstPartConfig(FirstPartConfig FirstPartConfig)Set First packet configuration. | 
| void | setRuleId(Long RuleId)Set Specifies the Id of this rule. | 
| void | setSlowRateConfig(SlowRateConfig SlowRateConfig)Set Specifies the basic configuration. | 
| void | setSwitch(String Switch)Set Values:
`on`: Enable
`off`: Disable | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic SlowPostConfig()
public SlowPostConfig(SlowPostConfig source)
public String getSwitch()
public void setSwitch(String Switch)
Switch - Values:
public FirstPartConfig getFirstPartConfig()
public void setFirstPartConfig(FirstPartConfig FirstPartConfig)
FirstPartConfig - First packet configuration.public SlowRateConfig getSlowRateConfig()
public void setSlowRateConfig(SlowRateConfig SlowRateConfig)
SlowRateConfig - Specifies the basic configuration.public String getAction()
public void setAction(String Action)
Action - Handling action for slow attack. valid values:.
public Long getRuleId()
public void setRuleId(Long RuleId)
RuleId - Specifies the Id of this rule.Copyright © 2025. All rights reserved.