Class ScdnWafRule
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cdn.v20180606.models.ScdnWafRule
-
public class ScdnWafRule extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAttackType()Get 攻击类型StringgetOperate()Get 防护措施,observevoidsetAttackType(String AttackType)Set 攻击类型voidsetOperate(String Operate)Set 防护措施,observevoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ScdnWafRule
public ScdnWafRule()
-
ScdnWafRule
public 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.
-
-
Method Detail
-
getAttackType
public String getAttackType()
Get 攻击类型- Returns:
- AttackType 攻击类型
-
setAttackType
public void setAttackType(String AttackType)
Set 攻击类型- Parameters:
AttackType- 攻击类型
-
getOperate
public String getOperate()
Get 防护措施,observe- Returns:
- Operate 防护措施,observe
-
setOperate
public void setOperate(String Operate)
Set 防护措施,observe- Parameters:
Operate- 防护措施,observe
-
-