public class ReverseShellWhiteListInfo extends AbstractModel
Constructor and Description |
---|
ReverseShellWhiteListInfo() |
ReverseShellWhiteListInfo(ReverseShellWhiteListInfo 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 |
getDstIp()
Get Target IP
|
String |
getDstPort()
Get Target port
|
String |
getId()
Get Allowed item ID, which is empty if the item is newly created.
|
String[] |
getImageIds()
Get Array of image IDs.
|
String |
getProcessName()
Get Target process
|
void |
setDstIp(String DstIp)
Set Target IP
|
void |
setDstPort(String DstPort)
Set Target port
|
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 |
setProcessName(String ProcessName)
Set Target process
|
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 ReverseShellWhiteListInfo()
public ReverseShellWhiteListInfo(ReverseShellWhiteListInfo source)
public String getDstIp()
public void setDstIp(String DstIp)
DstIp
- Target IPpublic String getDstPort()
public void setDstPort(String DstPort)
DstPort
- Target portpublic String getProcessName()
public void setProcessName(String ProcessName)
ProcessName
- Target processpublic String[] getImageIds()
public void setImageIds(String[] ImageIds)
ImageIds
- Array of image IDs. An empty array indicates all.public 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.