Class EditReverseShellRuleRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.yunjing.v20180228.models.EditReverseShellRuleRequest
-
public class EditReverseShellRuleRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDestIp()Get 目标IPStringgetDestPort()Get 目标端口StringgetHostip()Get 主机IP(IsGlobal为1时,Uuid或Hostip必填一个)LonggetId()Get 规则ID(新增时请留空)LonggetIsGlobal()Get 是否全局规则(默认否)StringgetProcessName()Get 进程名StringgetUuid()Get 客户端ID(IsGlobal为1时,Uuid或Hostip必填一个)voidsetDestIp(String DestIp)Set 目标IPvoidsetDestPort(String DestPort)Set 目标端口voidsetHostip(String Hostip)Set 主机IP(IsGlobal为1时,Uuid或Hostip必填一个)voidsetId(Long Id)Set 规则ID(新增时请留空)voidsetIsGlobal(Long IsGlobal)Set 是否全局规则(默认否)voidsetProcessName(String ProcessName)Set 进程名voidsetUuid(String Uuid)Set 客户端ID(IsGlobal为1时,Uuid或Hostip必填一个)voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
EditReverseShellRuleRequest
public EditReverseShellRuleRequest()
-
EditReverseShellRuleRequest
public 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.
-
-
Method Detail
-
getId
public Long getId()
Get 规则ID(新增时请留空)- Returns:
- Id 规则ID(新增时请留空)
-
setId
public void setId(Long Id)
Set 规则ID(新增时请留空)- Parameters:
Id- 规则ID(新增时请留空)
-
getUuid
public String getUuid()
Get 客户端ID(IsGlobal为1时,Uuid或Hostip必填一个)- Returns:
- Uuid 客户端ID(IsGlobal为1时,Uuid或Hostip必填一个)
-
setUuid
public void setUuid(String Uuid)
Set 客户端ID(IsGlobal为1时,Uuid或Hostip必填一个)- Parameters:
Uuid- 客户端ID(IsGlobal为1时,Uuid或Hostip必填一个)
-
getHostip
public String getHostip()
Get 主机IP(IsGlobal为1时,Uuid或Hostip必填一个)- Returns:
- Hostip 主机IP(IsGlobal为1时,Uuid或Hostip必填一个)
-
setHostip
public void setHostip(String Hostip)
Set 主机IP(IsGlobal为1时,Uuid或Hostip必填一个)- Parameters:
Hostip- 主机IP(IsGlobal为1时,Uuid或Hostip必填一个)
-
getDestIp
public String getDestIp()
Get 目标IP- Returns:
- DestIp 目标IP
-
setDestIp
public void setDestIp(String DestIp)
Set 目标IP- Parameters:
DestIp- 目标IP
-
getDestPort
public String getDestPort()
Get 目标端口- Returns:
- DestPort 目标端口
-
setDestPort
public void setDestPort(String DestPort)
Set 目标端口- Parameters:
DestPort- 目标端口
-
getProcessName
public String getProcessName()
Get 进程名- Returns:
- ProcessName 进程名
-
setProcessName
public void setProcessName(String ProcessName)
Set 进程名- Parameters:
ProcessName- 进程名
-
getIsGlobal
public Long getIsGlobal()
Get 是否全局规则(默认否)- Returns:
- IsGlobal 是否全局规则(默认否)
-
setIsGlobal
public void setIsGlobal(Long IsGlobal)
Set 是否全局规则(默认否)- Parameters:
IsGlobal- 是否全局规则(默认否)
-
-