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 流量防盗刷(仅适用中国大陆地区)的处置方式,当 Enabled 为 on 时,此字段必填。SecurityAction 的 Name 取值支持:Monitor:观察;Deny:拦截;Challenge:挑战,其中ChallengeActionParameters.Name仅支持JSChallenge。
|
String |
getEnabled()
Get 流量防盗刷(仅适用中国大陆地区)是否开启。取值有:on:开启;off:关闭。
|
void |
setAction(SecurityAction Action)
Set 流量防盗刷(仅适用中国大陆地区)的处置方式,当 Enabled 为 on 时,此字段必填。SecurityAction 的 Name 取值支持:Monitor:观察;Deny:拦截;Challenge:挑战,其中ChallengeActionParameters.Name仅支持JSChallenge。
|
void |
setEnabled(String Enabled)
Set 流量防盗刷(仅适用中国大陆地区)是否开启。取值有:on:开启;off:关闭。
|
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 BandwidthAbuseDefense()
public BandwidthAbuseDefense(BandwidthAbuseDefense source)
public String getEnabled()
public void setEnabled(String Enabled)
Enabled
- 流量防盗刷(仅适用中国大陆地区)是否开启。取值有:public SecurityAction getAction()
public void setAction(SecurityAction Action)
Action
- 流量防盗刷(仅适用中国大陆地区)的处置方式,当 Enabled 为 on 时,此字段必填。SecurityAction 的 Name 取值支持:Copyright © 2025. All rights reserved.