public class ReverseShellWhiteListBaseInfo extends AbstractModel
Constructor and Description |
---|
ReverseShellWhiteListBaseInfo() |
ReverseShellWhiteListBaseInfo(ReverseShellWhiteListBaseInfo 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 |
getDstIp()
Get Destination address IP
|
String |
getDstPort()
Get Target port
|
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 |
getProcessName()
Get Connection process name
|
String |
getUpdateTime()
Get Update time
|
void |
setCreateTime(String CreateTime)
Set Creation time
|
void |
setDstIp(String DstIp)
Set Destination address IP
|
void |
setDstPort(String DstPort)
Set Target port
|
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 |
setProcessName(String ProcessName)
Set Connection process name
|
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, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ReverseShellWhiteListBaseInfo()
public ReverseShellWhiteListBaseInfo(ReverseShellWhiteListBaseInfo 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 getProcessName()
public void setProcessName(String ProcessName)
ProcessName
- Connection process namepublic String getDstIp()
public void setDstIp(String DstIp)
DstIp
- Destination address IPpublic String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Creation timepublic String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- Update timepublic String getDstPort()
public void setDstPort(String DstPort)
DstPort
- Target portpublic 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 IDs. An empty array indicates all.Copyright © 2023. All rights reserved.