public class EditReverseShellRulesRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
EditReverseShellRulesRequest() |
EditReverseShellRulesRequest(EditReverseShellRulesRequest 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 |
getDestIp()
Get Target IP address
|
String |
getDestPort()
Get Target port
|
Long |
getEventId()
Get ID of the associated event when clicking Add to Allowlist on the event list and details page (leave this parameter blank for rule addition)
|
String |
getHostIp()
Get Host IP
|
Long |
getId()
Get Rule ID (leave this parameter blank for addition)
|
Long |
getIsGlobal()
Get Whether the rule is global (not global by default)
|
String |
getProcessName()
Get Process name
|
String[] |
getUuids()
Get Client ID array
|
void |
setDestIp(String DestIp)
Set Target IP address
|
void |
setDestPort(String DestPort)
Set Target port
|
void |
setEventId(Long EventId)
Set ID of the associated event when clicking Add to Allowlist on the event list and details page (leave this parameter blank for rule addition)
|
void |
setHostIp(String HostIp)
Set Host IP
|
void |
setId(Long Id)
Set Rule ID (leave this parameter blank for addition)
|
void |
setIsGlobal(Long IsGlobal)
Set Whether the rule is global (not global by default)
|
void |
setProcessName(String ProcessName)
Set Process name
|
void |
setUuids(String[] Uuids)
Set Client ID array
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public EditReverseShellRulesRequest()
public EditReverseShellRulesRequest(EditReverseShellRulesRequest source)
public Long getId()
public void setId(Long Id)
Id
- Rule ID (leave this parameter blank for addition)public String[] getUuids()
public void setUuids(String[] Uuids)
Uuids
- Client ID arraypublic String getHostIp()
public void setHostIp(String HostIp)
HostIp
- Host IPpublic String getDestIp()
public void setDestIp(String DestIp)
DestIp
- Target IP addresspublic String getDestPort()
public void setDestPort(String DestPort)
DestPort
- Target portpublic String getProcessName()
public void setProcessName(String ProcessName)
ProcessName
- Process namepublic Long getIsGlobal()
public void setIsGlobal(Long IsGlobal)
IsGlobal
- Whether the rule is global (not global by default)public Long getEventId()
public void setEventId(Long EventId)
EventId
- ID of the associated event when clicking Add to Allowlist on the event list and details page (leave this parameter blank for rule addition)Copyright © 2025. All rights reserved.