public class AdaptiveFrequencyControl extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AdaptiveFrequencyControl() | 
| AdaptiveFrequencyControl(AdaptiveFrequencyControl 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 | 
|---|---|
| SecurityAction | getAction()Get 自适应频控的处置方式,当 Enabled 为 on 时,此字段必填。SecurityAction 的 Name 取值支持:Monitor:观察;Deny:拦截;Challenge:挑战,其中ChallengeActionParameters.Name仅支持JSChallenge。 | 
| String | getEnabled()Get 自适应频控是否开启。取值有:on:开启;off:关闭。 | 
| String | getSensitivity()Get 自适应频控的限制等级,当 Enabled 为 on 时,此字段必填。取值有:Loose:宽松;Moderate:适中;Strict:严格。 | 
| void | setAction(SecurityAction Action)Set 自适应频控的处置方式,当 Enabled 为 on 时,此字段必填。SecurityAction 的 Name 取值支持:Monitor:观察;Deny:拦截;Challenge:挑战,其中ChallengeActionParameters.Name仅支持JSChallenge。 | 
| void | setEnabled(String Enabled)Set 自适应频控是否开启。取值有:on:开启;off:关闭。 | 
| void | setSensitivity(String Sensitivity)Set 自适应频控的限制等级,当 Enabled 为 on 时,此字段必填。取值有:Loose:宽松;Moderate:适中;Strict:严格。 | 
| 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 AdaptiveFrequencyControl()
public AdaptiveFrequencyControl(AdaptiveFrequencyControl source)
public String getEnabled()
public void setEnabled(String Enabled)
Enabled - 自适应频控是否开启。取值有:public String getSensitivity()
public void setSensitivity(String Sensitivity)
Sensitivity - 自适应频控的限制等级,当 Enabled 为 on 时,此字段必填。取值有:public SecurityAction getAction()
public void setAction(SecurityAction Action)
Action - 自适应频控的处置方式,当 Enabled 为 on 时,此字段必填。SecurityAction 的 Name 取值支持:Copyright © 2025. All rights reserved.