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