Class AccessControlChildRuleInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcss.v20201101.models.AccessControlChildRuleInfo
-
public class AccessControlChildRuleInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetProcessPath()Get 进程路径StringgetRuleId()Get 子策略id 注意:此字段可能返回 null,表示取不到有效值。StringgetRuleMode()Get 策略模式, RULE_MODE_RELEASE: 放行 RULE_MODE_ALERT: 告警 RULE_MODE_HOLDUP:拦截StringgetTargetFilePath()Get 被访问文件路径,仅仅在访问控制生效voidsetProcessPath(String ProcessPath)Set 进程路径voidsetRuleId(String RuleId)Set 子策略id 注意:此字段可能返回 null,表示取不到有效值。voidsetRuleMode(String RuleMode)Set 策略模式, RULE_MODE_RELEASE: 放行 RULE_MODE_ALERT: 告警 RULE_MODE_HOLDUP:拦截voidsetTargetFilePath(String TargetFilePath)Set 被访问文件路径,仅仅在访问控制生效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
-
AccessControlChildRuleInfo
public AccessControlChildRuleInfo()
-
AccessControlChildRuleInfo
public 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.
-
-
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- 进程路径
-
getTargetFilePath
public String getTargetFilePath()
Get 被访问文件路径,仅仅在访问控制生效- Returns:
- TargetFilePath 被访问文件路径,仅仅在访问控制生效
-
setTargetFilePath
public void setTargetFilePath(String TargetFilePath)
Set 被访问文件路径,仅仅在访问控制生效- Parameters:
TargetFilePath- 被访问文件路径,仅仅在访问控制生效
-
getRuleId
public String getRuleId()
Get 子策略id 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- RuleId 子策略id 注意:此字段可能返回 null,表示取不到有效值。
-
setRuleId
public void setRuleId(String RuleId)
Set 子策略id 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
RuleId- 子策略id 注意:此字段可能返回 null,表示取不到有效值。
-
-