public class ScdnWafRule extends AbstractModel
Constructor and Description |
---|
ScdnWafRule() |
ScdnWafRule(ScdnWafRule 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 |
getAttackType()
Get 攻击类型
|
String |
getOperate()
Get 防护措施,observe
|
void |
setAttackType(String AttackType)
Set 攻击类型
|
void |
setOperate(String Operate)
Set 防护措施,observe
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ScdnWafRule()
public ScdnWafRule(ScdnWafRule source)
public String getAttackType()
public void setAttackType(String AttackType)
AttackType
- 攻击类型public String getOperate()
public void setOperate(String Operate)
Operate
- 防护措施,observeCopyright © 2021. All rights reserved.