Class CCRuleData
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.waf.v20180125.models.CCRuleData
-
public class CCRuleData extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CCRuleData()CCRuleData(CCRuleData 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 CCRuleItem[]getRes()Get cc规则LonggetTotalCount()Get 规则数目voidsetRes(CCRuleItem[] Res)Set cc规则voidsetTotalCount(Long TotalCount)Set 规则数目voidtoMap(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
-
CCRuleData
public CCRuleData()
-
CCRuleData
public CCRuleData(CCRuleData 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
-
getRes
public CCRuleItem[] getRes()
Get cc规则- Returns:
- Res cc规则
-
setRes
public void setRes(CCRuleItem[] Res)
Set cc规则- Parameters:
Res- cc规则
-
getTotalCount
public Long getTotalCount()
Get 规则数目- Returns:
- TotalCount 规则数目
-
setTotalCount
public void setTotalCount(Long TotalCount)
Set 规则数目- Parameters:
TotalCount- 规则数目
-
-