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 Recommended action: skip: skip; alarm: alert 
 | 
String | 
getFileAction()
Get Monitoring behavior
read: read file
write: modify file
read-write: read and modify file
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getProcessPath()
Get Process path 
 | 
String | 
getTarget()
Get Accessed file path 
 | 
void | 
setAction(String Action)
Set Recommended action: skip: skip; alarm: alert 
 | 
void | 
setFileAction(String FileAction)
Set Monitoring behavior
read: read file
write: modify file
read-write: read and modify file
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setProcessPath(String ProcessPath)
Set Process path 
 | 
void | 
setTarget(String Target)
Set Accessed file path 
 | 
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, toJsonStringpublic FileTamperRule()
public FileTamperRule(FileTamperRule source)
public String getProcessPath()
public void setProcessPath(String ProcessPath)
ProcessPath - Process pathpublic String getTarget()
public void setTarget(String Target)
Target - Accessed file pathpublic String getAction()
public void setAction(String Action)
Action - Recommended action: skip: skip; alarm: alertpublic String getFileAction()
public void setFileAction(String FileAction)
FileAction - Monitoring behavior
Copyright © 2025. All rights reserved.