public class EditReverseShellRuleRequest extends AbstractModel
Constructor and Description |
---|
EditReverseShellRuleRequest() |
EditReverseShellRuleRequest(EditReverseShellRuleRequest 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 目标IP
|
String |
getDestPort()
Get 目标端口
|
String |
getHostip()
Get 主机IP(IsGlobal为1时,Uuid或Hostip必填一个)
|
Long |
getId()
Get 规则ID(新增时请留空)
|
Long |
getIsGlobal()
Get 是否全局规则(默认否)
|
String |
getProcessName()
Get 进程名
|
String |
getUuid()
Get 客户端ID(IsGlobal为1时,Uuid或Hostip必填一个)
|
void |
setDestIp(String DestIp)
Set 目标IP
|
void |
setDestPort(String DestPort)
Set 目标端口
|
void |
setHostip(String Hostip)
Set 主机IP(IsGlobal为1时,Uuid或Hostip必填一个)
|
void |
setId(Long Id)
Set 规则ID(新增时请留空)
|
void |
setIsGlobal(Long IsGlobal)
Set 是否全局规则(默认否)
|
void |
setProcessName(String ProcessName)
Set 进程名
|
void |
setUuid(String Uuid)
Set 客户端ID(IsGlobal为1时,Uuid或Hostip必填一个)
|
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 EditReverseShellRuleRequest()
public EditReverseShellRuleRequest(EditReverseShellRuleRequest source)
public Long getId()
public void setId(Long Id)
Id
- 规则ID(新增时请留空)public String getUuid()
public void setUuid(String Uuid)
Uuid
- 客户端ID(IsGlobal为1时,Uuid或Hostip必填一个)public String getHostip()
public void setHostip(String Hostip)
Hostip
- 主机IP(IsGlobal为1时,Uuid或Hostip必填一个)public String getDestIp()
public void setDestIp(String DestIp)
DestIp
- 目标IPpublic String getDestPort()
public void setDestPort(String DestPort)
DestPort
- 目标端口public String getProcessName()
public void setProcessName(String ProcessName)
ProcessName
- 进程名public Long getIsGlobal()
public void setIsGlobal(Long IsGlobal)
IsGlobal
- 是否全局规则(默认否)Copyright © 2021. All rights reserved.