Uses of Class
com.tencentcloudapi.waf.v20180125.models.RuleList
-
Packages that use RuleList Package Description com.tencentcloudapi.waf.v20180125.models -
-
Uses of RuleList in com.tencentcloudapi.waf.v20180125.models
Methods in com.tencentcloudapi.waf.v20180125.models that return RuleList Modifier and Type Method Description RuleList[]DescribeDomainWhiteRulesResponse. getRuleList()Get 规则列表Methods in com.tencentcloudapi.waf.v20180125.models with parameters of type RuleList Modifier and Type Method Description voidDescribeDomainWhiteRulesResponse. setRuleList(RuleList[] RuleList)Set 规则列表Constructors in com.tencentcloudapi.waf.v20180125.models with parameters of type RuleList Constructor Description RuleList(RuleList 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.
-