Class AbnormalProcessChildRuleInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcss.v20201101.models.AbnormalProcessChildRuleInfo
-
public class AbnormalProcessChildRuleInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetProcessPath()Get 进程路径StringgetRuleId()Get 子策略id 注意:此字段可能返回 null,表示取不到有效值。StringgetRuleLevel()Get 威胁等级,HIGH:高,MIDDLE:中,LOW:低 注意:此字段可能返回 null,表示取不到有效值。StringgetRuleMode()Get 策略模式, RULE_MODE_RELEASE: 放行 RULE_MODE_ALERT: 告警 RULE_MODE_HOLDUP:拦截voidsetProcessPath(String ProcessPath)Set 进程路径voidsetRuleId(String RuleId)Set 子策略id 注意:此字段可能返回 null,表示取不到有效值。voidsetRuleLevel(String RuleLevel)Set 威胁等级,HIGH:高,MIDDLE:中,LOW:低 注意:此字段可能返回 null,表示取不到有效值。voidsetRuleMode(String RuleMode)Set 策略模式, RULE_MODE_RELEASE: 放行 RULE_MODE_ALERT: 告警 RULE_MODE_HOLDUP:拦截voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
AbnormalProcessChildRuleInfo
public AbnormalProcessChildRuleInfo()
-
AbnormalProcessChildRuleInfo
public 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.
-
-
Method Detail
-
getRuleMode
public String getRuleMode()
Get 策略模式, RULE_MODE_RELEASE: 放行 RULE_MODE_ALERT: 告警 RULE_MODE_HOLDUP:拦截- Returns:
- RuleMode 策略模式, RULE_MODE_RELEASE: 放行 RULE_MODE_ALERT: 告警 RULE_MODE_HOLDUP:拦截
-
setRuleMode
public void setRuleMode(String RuleMode)
Set 策略模式, RULE_MODE_RELEASE: 放行 RULE_MODE_ALERT: 告警 RULE_MODE_HOLDUP:拦截- Parameters:
RuleMode- 策略模式, RULE_MODE_RELEASE: 放行 RULE_MODE_ALERT: 告警 RULE_MODE_HOLDUP:拦截
-
getProcessPath
public String getProcessPath()
Get 进程路径- Returns:
- ProcessPath 进程路径
-
setProcessPath
public void setProcessPath(String ProcessPath)
Set 进程路径- Parameters:
ProcessPath- 进程路径
-
getRuleId
public String getRuleId()
Get 子策略id 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- RuleId 子策略id 注意:此字段可能返回 null,表示取不到有效值。
-
setRuleId
public void setRuleId(String RuleId)
Set 子策略id 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
RuleId- 子策略id 注意:此字段可能返回 null,表示取不到有效值。
-
getRuleLevel
public String getRuleLevel()
Get 威胁等级,HIGH:高,MIDDLE:中,LOW:低 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- RuleLevel 威胁等级,HIGH:高,MIDDLE:中,LOW:低 注意:此字段可能返回 null,表示取不到有效值。
-
setRuleLevel
public void setRuleLevel(String RuleLevel)
Set 威胁等级,HIGH:高,MIDDLE:中,LOW:低 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
RuleLevel- 威胁等级,HIGH:高,MIDDLE:中,LOW:低 注意:此字段可能返回 null,表示取不到有效值。
-
-