public class RiskSyscallWhiteListInfo extends AbstractModel
skipSign
Constructor and Description |
---|
RiskSyscallWhiteListInfo() |
RiskSyscallWhiteListInfo(RiskSyscallWhiteListInfo 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 |
getId()
Get Allowed item ID, which is empty if the item is newly created.
|
String[] |
getImageIds()
Get Array of image IDs.
|
String |
getProcessPath()
Get Target process
|
String[] |
getSyscallNames()
Get Syscall name.
|
void |
setId(String Id)
Set Allowed item ID, which is empty if the item is newly created.
|
void |
setImageIds(String[] ImageIds)
Set Array of image IDs.
|
void |
setProcessPath(String ProcessPath)
Set Target process
|
void |
setSyscallNames(String[] SyscallNames)
Set Syscall name.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public RiskSyscallWhiteListInfo()
public RiskSyscallWhiteListInfo(RiskSyscallWhiteListInfo source)
public String[] getImageIds()
public void setImageIds(String[] ImageIds)
ImageIds
- Array of image IDs. An empty array indicates all.public String[] getSyscallNames()
public void setSyscallNames(String[] SyscallNames)
SyscallNames
- Syscall name. The `DescribeRiskSyscallNames` API can be called to get the list of enumerated values.public String getProcessPath()
public void setProcessPath(String ProcessPath)
ProcessPath
- Target processpublic String getId()
public void setId(String Id)
Id
- Allowed item ID, which is empty if the item is newly created.Copyright © 2023. All rights reserved.