Uses of Class
com.tencentcloudapi.tcss.v20201101.models.AbnormalProcessSystemChildRuleInfo
-
Packages that use AbnormalProcessSystemChildRuleInfo Package Description com.tencentcloudapi.tcss.v20201101.models -
-
Uses of AbnormalProcessSystemChildRuleInfo in com.tencentcloudapi.tcss.v20201101.models
Methods in com.tencentcloudapi.tcss.v20201101.models that return AbnormalProcessSystemChildRuleInfo Modifier and Type Method Description AbnormalProcessSystemChildRuleInfo[]AbnormalProcessRuleInfo. getSystemChildRules()Get 系统策略的子策略数组Methods in com.tencentcloudapi.tcss.v20201101.models with parameters of type AbnormalProcessSystemChildRuleInfo Modifier and Type Method Description voidAbnormalProcessRuleInfo. setSystemChildRules(AbnormalProcessSystemChildRuleInfo[] SystemChildRules)Set 系统策略的子策略数组Constructors in com.tencentcloudapi.tcss.v20201101.models with parameters of type AbnormalProcessSystemChildRuleInfo Constructor Description AbnormalProcessSystemChildRuleInfo(AbnormalProcessSystemChildRuleInfo 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.
-