public class AbnormalProcessChildRuleInfo extends AbstractModel
| Constructor and Description | 
|---|
| AbnormalProcessChildRuleInfo() | 
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getProcessPath()Get Process path | 
| String | getRuleId()Get Sub-policy ID
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getRuleLevel()Get Severity. | 
| String | getRuleMode()Get Policy mode. | 
| void | setProcessPath(String ProcessPath)Set Process path | 
| void | setRuleId(String RuleId)Set Sub-policy ID
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setRuleLevel(String RuleLevel)Set Severity. | 
| void | setRuleMode(String RuleMode)Set Policy mode. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic AbnormalProcessChildRuleInfo()
public AbnormalProcessChildRuleInfo(AbnormalProcessChildRuleInfo source)
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 getProcessPath()
public void setProcessPath(String ProcessPath)
ProcessPath - Process pathpublic String getRuleId()
public void setRuleId(String RuleId)
RuleId - Sub-policy ID
Note: This field may return null, indicating that no valid values can be obtained.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 © 2023. All rights reserved.