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 Attack type | 
| String | getOperate()Get Defense action. | 
| void | setAttackType(String AttackType)Set Attack type | 
| void | setOperate(String Operate)Set Defense action. | 
| 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, toJsonStringpublic ScdnWafRule()
public ScdnWafRule(ScdnWafRule source)
public String getAttackType()
public void setAttackType(String AttackType)
AttackType - Attack typepublic String getOperate()
public void setOperate(String Operate)
Operate - Defense action. Valid value: `observe`.Copyright © 2022. All rights reserved.