public class AccessControlChildRuleInfo extends AbstractModel
header, skipSign
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 Process path
|
String |
getRuleId()
Get Sub-policy ID
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getRuleMode()
Get Policy mode.
|
String |
getTargetFilePath()
Get Accessed file path, which is valid only for access control.
|
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 |
setRuleMode(String RuleMode)
Set Policy mode.
|
void |
setTargetFilePath(String TargetFilePath)
Set Accessed file path, which is valid only for access control.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public AccessControlChildRuleInfo()
public AccessControlChildRuleInfo(AccessControlChildRuleInfo 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 getTargetFilePath()
public void setTargetFilePath(String TargetFilePath)
TargetFilePath
- Accessed file path, which is valid only for access control.public 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.Copyright © 2024. All rights reserved.