public class ReverseShellRule extends AbstractModel
header, skipSign
Constructor and Description |
---|
ReverseShellRule() |
ReverseShellRule(ReverseShellRule 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 |
getDestIp()
Get Target IP
|
String |
getDestPort()
Get Target port
|
String |
getHostip()
Get Host IP
|
Long |
getId()
Get Rule ID
|
Long |
getIsGlobal()
Get Whether a global rule
|
String |
getModifyTime()
Get Modification time
|
String |
getOperator()
Get Operator
|
String |
getProcessName()
Get Process name
|
Long |
getStatus()
Get Status (0: valid; 1: invalid)
|
String |
getUuid()
Get Client ID
|
void |
setCreateTime(String CreateTime)
Set Creation time
|
void |
setDestIp(String DestIp)
Set Target IP
|
void |
setDestPort(String DestPort)
Set Target port
|
void |
setHostip(String Hostip)
Set Host IP
|
void |
setId(Long Id)
Set Rule ID
|
void |
setIsGlobal(Long IsGlobal)
Set Whether a global rule
|
void |
setModifyTime(String ModifyTime)
Set Modification time
|
void |
setOperator(String Operator)
Set Operator
|
void |
setProcessName(String ProcessName)
Set Process name
|
void |
setStatus(Long Status)
Set Status (0: valid; 1: invalid)
|
void |
setUuid(String Uuid)
Set Client ID
|
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 ReverseShellRule()
public ReverseShellRule(ReverseShellRule source)
public Long getId()
public void setId(Long Id)
Id
- Rule IDpublic String getUuid()
public void setUuid(String Uuid)
Uuid
- Client IDpublic String getProcessName()
public void setProcessName(String ProcessName)
ProcessName
- Process namepublic String getDestIp()
public void setDestIp(String DestIp)
DestIp
- Target IPpublic String getDestPort()
public void setDestPort(String DestPort)
DestPort
- Target portpublic String getOperator()
public void setOperator(String Operator)
Operator
- Operatorpublic Long getIsGlobal()
public void setIsGlobal(Long IsGlobal)
IsGlobal
- Whether a global rulepublic Long getStatus()
public void setStatus(Long Status)
Status
- Status (0: valid; 1: invalid)public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Creation timepublic String getModifyTime()
public void setModifyTime(String ModifyTime)
ModifyTime
- Modification timepublic String getHostip()
public void setHostip(String Hostip)
Hostip
- Host IPCopyright © 2024. All rights reserved.