Uses of Class
com.tencentcloudapi.tcss.v20201101.models.RuleBaseInfo
-
Packages that use RuleBaseInfo Package Description com.tencentcloudapi.tcss.v20201101.models -
-
Uses of RuleBaseInfo in com.tencentcloudapi.tcss.v20201101.models
Methods in com.tencentcloudapi.tcss.v20201101.models that return RuleBaseInfo Modifier and Type Method Description RuleBaseInfo[]DescribeAbnormalProcessRulesResponse. getRuleSet()Get 异常进程策略信息列表RuleBaseInfo[]DescribeAccessControlRulesResponse. getRuleSet()Get 访问控制策略信息列表Methods in com.tencentcloudapi.tcss.v20201101.models with parameters of type RuleBaseInfo Modifier and Type Method Description voidDescribeAbnormalProcessRulesResponse. setRuleSet(RuleBaseInfo[] RuleSet)Set 异常进程策略信息列表voidDescribeAccessControlRulesResponse. setRuleSet(RuleBaseInfo[] RuleSet)Set 访问控制策略信息列表Constructors in com.tencentcloudapi.tcss.v20201101.models with parameters of type RuleBaseInfo Constructor Description RuleBaseInfo(RuleBaseInfo 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.
-