public class BandwidthAbuseDefense extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| BandwidthAbuseDefense() | 
| BandwidthAbuseDefense(BandwidthAbuseDefense 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 Bandwidth abuse protection (applicable to chinese mainland) handling method. | 
| String | getEnabled()Get Whether bandwidth abuse protection (applicable to chinese mainland only) is enabled. | 
| void | setAction(SecurityAction Action)Set Bandwidth abuse protection (applicable to chinese mainland) handling method. | 
| void | setEnabled(String Enabled)Set Whether bandwidth abuse protection (applicable to chinese mainland only) is enabled. | 
| 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 BandwidthAbuseDefense()
public BandwidthAbuseDefense(BandwidthAbuseDefense source)
public String getEnabled()
public void setEnabled(String Enabled)
Enabled - Whether bandwidth abuse protection (applicable to chinese mainland only) is enabled. valid values: public SecurityAction getAction()
public void setAction(SecurityAction Action)
Action - Bandwidth abuse protection (applicable to chinese mainland) handling method. required when Enabled is on. valid values for SecurityAction Name: Copyright © 2025. All rights reserved.