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