public class FileTamperRule extends AbstractModel
header, skipSign
Constructor and Description |
---|
FileTamperRule() |
FileTamperRule(FileTamperRule 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 |
getAction()
Get 执行动作 跳过:skip,告警:alert
|
String |
getArgs()
Get 命令行参数 没有填*
|
String |
getFileAction()
Get 监控行为
read 读取文件
write 修改文件
read-write 读取修改文件
|
String |
getProcessPath()
Get 进程路径
|
String |
getTarget()
Get 被访问文件路径
|
void |
setAction(String Action)
Set 执行动作 跳过:skip,告警:alert
|
void |
setArgs(String Args)
Set 命令行参数 没有填*
|
void |
setFileAction(String FileAction)
Set 监控行为
read 读取文件
write 修改文件
read-write 读取修改文件
|
void |
setProcessPath(String ProcessPath)
Set 进程路径
|
void |
setTarget(String Target)
Set 被访问文件路径
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public FileTamperRule()
public FileTamperRule(FileTamperRule source)
public String getProcessPath()
public void setProcessPath(String ProcessPath)
ProcessPath
- 进程路径public String getTarget()
public void setTarget(String Target)
Target
- 被访问文件路径public String getAction()
public void setAction(String Action)
Action
- 执行动作 跳过:skip,告警:alertpublic String getFileAction()
public void setFileAction(String FileAction)
FileAction
- 监控行为
public String getArgs()
public void setArgs(String Args)
Args
- 命令行参数 没有填*Copyright © 2025. All rights reserved.