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 The handling method of adaptive frequency control.
|
String |
getEnabled()
Get Whether adaptive frequency control is enabled.
|
String |
getSensitivity()
Get The restriction level of adaptive frequency control.
|
void |
setAction(SecurityAction Action)
Set The handling method of adaptive frequency control.
|
void |
setEnabled(String Enabled)
Set Whether adaptive frequency control is enabled.
|
void |
setSensitivity(String Sensitivity)
Set The restriction level of adaptive frequency control.
|
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, toJsonString
public AdaptiveFrequencyControl()
public AdaptiveFrequencyControl(AdaptiveFrequencyControl source)
public String getEnabled()
public void setEnabled(String Enabled)
Enabled
- Whether adaptive frequency control is enabled. valid values: public String getSensitivity()
public void setSensitivity(String Sensitivity)
Sensitivity
- The restriction level of adaptive frequency control. required when Enabled is on. valid values: public SecurityAction getAction()
public void setAction(SecurityAction Action)
Action
- The handling method of adaptive frequency control. this field is required when Enabled is on. valid values for SecurityAction Name: Copyright © 2025. All rights reserved.