Uses of Class
com.tencentcloudapi.cfw.v20190904.models.RuleInfoData
-
Packages that use RuleInfoData Package Description com.tencentcloudapi.cfw.v20190904.models -
-
Uses of RuleInfoData in com.tencentcloudapi.cfw.v20190904.models
Methods in com.tencentcloudapi.cfw.v20190904.models that return RuleInfoData Modifier and Type Method Description RuleInfoData[]CreateAcRulesRequest. getData()Get 创建规则数据RuleInfoData[]ModifyAcRuleRequest. getData()Get 规则数组Methods in com.tencentcloudapi.cfw.v20190904.models with parameters of type RuleInfoData Modifier and Type Method Description voidCreateAcRulesRequest. setData(RuleInfoData[] Data)Set 创建规则数据voidModifyAcRuleRequest. setData(RuleInfoData[] Data)Set 规则数组Constructors in com.tencentcloudapi.cfw.v20190904.models with parameters of type RuleInfoData Constructor Description RuleInfoData(RuleInfoData 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.
-