public class AccessControlSystemChildRuleInfo extends AbstractModel
Constructor and Description |
---|
AccessControlSystemChildRuleInfo() |
AccessControlSystemChildRuleInfo(AccessControlSystemChildRuleInfo 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 |
getRuleMode()
Get Policy mode.
|
String |
getRuleType()
Get Intrusion behavior type detected by the sub-policy
`CHANGE_CRONTAB`: Tampering with the scheduled task.
|
void |
setIsEnable(Boolean IsEnable)
Set Sub-policy status.
|
void |
setRuleId(String RuleId)
Set Sub-policy ID
|
void |
setRuleMode(String RuleMode)
Set Policy mode.
|
void |
setRuleType(String RuleType)
Set Intrusion behavior type detected by the sub-policy
`CHANGE_CRONTAB`: Tampering with the scheduled task.
|
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 AccessControlSystemChildRuleInfo()
public AccessControlSystemChildRuleInfo(AccessControlSystemChildRuleInfo source)
public String getRuleId()
public void setRuleId(String RuleId)
RuleId
- Sub-policy IDpublic String getRuleMode()
public void setRuleMode(String RuleMode)
RuleMode
- Policy mode. `RULE_MODE_RELEASE`: Allow.
`RULE_MODE_ALERT`: Alert.
`RULE_MODE_HOLDUP`: Block.public Boolean getIsEnable()
public void setIsEnable(Boolean IsEnable)
IsEnable
- Sub-policy status. Valid values: `true` (enabled); `false` (disabled).public String getRuleType()
public void setRuleType(String RuleType)
RuleType
- Intrusion behavior type detected by the sub-policy
`CHANGE_CRONTAB`: Tampering with the scheduled task.
`CHANGE_SYS_BIN`: Tampering with the system program.
`CHANGE_USRCFG`: Tampering with user configuration.Copyright © 2023. All rights reserved.