Uses of Class
com.tencentcloudapi.tcss.v20201101.models.AbnormalProcessChildRuleInfo
-
Packages that use AbnormalProcessChildRuleInfo Package Description com.tencentcloudapi.tcss.v20201101.models -
-
Uses of AbnormalProcessChildRuleInfo in com.tencentcloudapi.tcss.v20201101.models
Methods in com.tencentcloudapi.tcss.v20201101.models that return AbnormalProcessChildRuleInfo Modifier and Type Method Description AbnormalProcessChildRuleInfo[]AbnormalProcessRuleInfo. getChildRules()Get 用户策略的子策略数组AbnormalProcessChildRuleInfoAbnormalProcessEventDescription. getMatchRule()Get 命中规则详细信息Methods in com.tencentcloudapi.tcss.v20201101.models with parameters of type AbnormalProcessChildRuleInfo Modifier and Type Method Description voidAbnormalProcessRuleInfo. setChildRules(AbnormalProcessChildRuleInfo[] ChildRules)Set 用户策略的子策略数组voidAbnormalProcessEventDescription. setMatchRule(AbnormalProcessChildRuleInfo MatchRule)Set 命中规则详细信息Constructors in com.tencentcloudapi.tcss.v20201101.models with parameters of type AbnormalProcessChildRuleInfo Constructor Description AbnormalProcessChildRuleInfo(AbnormalProcessChildRuleInfo 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.
-