Uses of Class
com.tencentcloudapi.gaap.v20180529.models.RuleInfo
-
Packages that use RuleInfo Package Description com.tencentcloudapi.gaap.v20180529.models -
-
Uses of RuleInfo in com.tencentcloudapi.gaap.v20180529.models
Methods in com.tencentcloudapi.gaap.v20180529.models that return RuleInfo Modifier and Type Method Description RuleInfo[]DescribeRulesByRuleIdsResponse. getRuleSet()Get 返回的规则列表。RuleInfo[]DomainRuleSet. getRuleSet()Get 该域名对应的转发规则列表。Methods in com.tencentcloudapi.gaap.v20180529.models with parameters of type RuleInfo Modifier and Type Method Description voidDescribeRulesByRuleIdsResponse. setRuleSet(RuleInfo[] RuleSet)Set 返回的规则列表。voidDomainRuleSet. setRuleSet(RuleInfo[] RuleSet)Set 该域名对应的转发规则列表。Constructors in com.tencentcloudapi.gaap.v20180529.models with parameters of type RuleInfo Constructor Description RuleInfo(RuleInfo 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.
-