public class AbnormalProcessSystemChildRuleInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AbnormalProcessSystemChildRuleInfo() | 
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Boolean | getIsEnable()Get Sub-policy status. | 
| String | getRuleId()Get Sub-policy ID | 
| String | getRuleLevel()Get Severity. | 
| String | getRuleMode()Get Policy mode. | 
| String | getRuleType()Get Behavior type detected by the sub-policy
`PROXY_TOOL`: Proxy. | 
| void | setIsEnable(Boolean IsEnable)Set Sub-policy status. | 
| void | setRuleId(String RuleId)Set Sub-policy ID | 
| void | setRuleLevel(String RuleLevel)Set Severity. | 
| void | setRuleMode(String RuleMode)Set Policy mode. | 
| void | setRuleType(String RuleType)Set Behavior type detected by the sub-policy
`PROXY_TOOL`: Proxy. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic AbnormalProcessSystemChildRuleInfo()
public AbnormalProcessSystemChildRuleInfo(AbnormalProcessSystemChildRuleInfo source)
public String getRuleId()
public void setRuleId(String RuleId)
RuleId - Sub-policy IDpublic Boolean getIsEnable()
public void setIsEnable(Boolean IsEnable)
IsEnable - Sub-policy status. Valid values: `true` (enabled); `false` (disabled).public String getRuleMode()
public void setRuleMode(String RuleMode)
RuleMode - Policy mode. `RULE_MODE_RELEASE`: Allow.
   `RULE_MODE_ALERT`: Alert.
   `RULE_MODE_HOLDUP`: Block.public String getRuleType()
public void setRuleType(String RuleType)
RuleType - Behavior type detected by the sub-policy
`PROXY_TOOL`: Proxy.
`TRANSFER_CONTROL`: Lateral movement.
`ATTACK_CMD`: Malicious command.
`REVERSE_SHELL`: Reverse shell.
`FILELESS`: Fileless execution.
`RISK_CMD`: High-risk command.
`ABNORMAL_CHILD_PROC`: Unusual start found in the child process of the sensitive service.public String getRuleLevel()
public void setRuleLevel(String RuleLevel)
RuleLevel - Severity. Valid values: `HIGH` (high); `MIDDLE` (medium); `LOW` (low).
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.