public class RiskSyscallWhiteListBaseInfo extends AbstractModel
skipSign
Constructor and Description |
---|
RiskSyscallWhiteListBaseInfo() |
RiskSyscallWhiteListBaseInfo(RiskSyscallWhiteListBaseInfo 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 |
getCreateTime()
Get Creation time
|
String |
getId()
Get Allowed item ID
|
Long |
getImageCount()
Get Number of images
|
String[] |
getImageIds()
Get Array of image IDs
|
Boolean |
getIsGlobal()
Get Whether it is allowed globally.
|
String |
getProcessPath()
Get Connection process path
|
String[] |
getSyscallNames()
Get List of syscall names
|
String |
getUpdateTime()
Get Update time
|
void |
setCreateTime(String CreateTime)
Set Creation time
|
void |
setId(String Id)
Set Allowed item ID
|
void |
setImageCount(Long ImageCount)
Set Number of images
|
void |
setImageIds(String[] ImageIds)
Set Array of image IDs
|
void |
setIsGlobal(Boolean IsGlobal)
Set Whether it is allowed globally.
|
void |
setProcessPath(String ProcessPath)
Set Connection process path
|
void |
setSyscallNames(String[] SyscallNames)
Set List of syscall names
|
void |
setUpdateTime(String UpdateTime)
Set Update time
|
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 RiskSyscallWhiteListBaseInfo()
public RiskSyscallWhiteListBaseInfo(RiskSyscallWhiteListBaseInfo source)
public String getId()
public void setId(String Id)
Id
- Allowed item IDpublic Long getImageCount()
public void setImageCount(Long ImageCount)
ImageCount
- Number of imagespublic String getProcessPath()
public void setProcessPath(String ProcessPath)
ProcessPath
- Connection process pathpublic String[] getSyscallNames()
public void setSyscallNames(String[] SyscallNames)
SyscallNames
- List of syscall namespublic String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Creation timepublic String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- Update timepublic Boolean getIsGlobal()
public void setIsGlobal(Boolean IsGlobal)
IsGlobal
- Whether it is allowed globally. `true`: Yes.public String[] getImageIds()
public void setImageIds(String[] ImageIds)
ImageIds
- Array of image IDsCopyright © 2023. All rights reserved.