public class AccessControlChildRuleInfo extends AbstractModel
Constructor and Description |
---|
AccessControlChildRuleInfo() |
AccessControlChildRuleInfo(AccessControlChildRuleInfo 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 进程路径
|
String |
getRuleId()
Get 子策略id
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRuleMode()
Get 策略模式, RULE_MODE_RELEASE: 放行
RULE_MODE_ALERT: 告警
RULE_MODE_HOLDUP:拦截
|
String |
getTargetFilePath()
Get 被访问文件路径,仅仅在访问控制生效
|
void |
setProcessPath(String ProcessPath)
Set 进程路径
|
void |
setRuleId(String RuleId)
Set 子策略id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRuleMode(String RuleMode)
Set 策略模式, RULE_MODE_RELEASE: 放行
RULE_MODE_ALERT: 告警
RULE_MODE_HOLDUP:拦截
|
void |
setTargetFilePath(String TargetFilePath)
Set 被访问文件路径,仅仅在访问控制生效
|
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, toJsonString
public AccessControlChildRuleInfo()
public AccessControlChildRuleInfo(AccessControlChildRuleInfo source)
public String getRuleMode()
public void setRuleMode(String RuleMode)
RuleMode
- 策略模式, RULE_MODE_RELEASE: 放行
RULE_MODE_ALERT: 告警
RULE_MODE_HOLDUP:拦截public String getProcessPath()
public void setProcessPath(String ProcessPath)
ProcessPath
- 进程路径public String getTargetFilePath()
public void setTargetFilePath(String TargetFilePath)
TargetFilePath
- 被访问文件路径,仅仅在访问控制生效public String getRuleId()
public void setRuleId(String RuleId)
RuleId
- 子策略id
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.