Class ReverseShellEventDescription
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcss.v20201101.models.ReverseShellEventDescription
-
public class ReverseShellEventDescription extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ReverseShellEventDescription()ReverseShellEventDescription(ReverseShellEventDescription 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 StringgetDescription()Get 描述信息StringgetDstAddress()Get 目标地址StringgetOperationTime()Get 事件最后一次处理的时间 注意:此字段可能返回 null,表示取不到有效值。StringgetRemark()Get 事件备注信息 注意:此字段可能返回 null,表示取不到有效值。StringgetSolution()Get 解决方案voidsetDescription(String Description)Set 描述信息voidsetDstAddress(String DstAddress)Set 目标地址voidsetOperationTime(String OperationTime)Set 事件最后一次处理的时间 注意:此字段可能返回 null,表示取不到有效值。voidsetRemark(String Remark)Set 事件备注信息 注意:此字段可能返回 null,表示取不到有效值。voidsetSolution(String Solution)Set 解决方案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
-
ReverseShellEventDescription
public ReverseShellEventDescription()
-
ReverseShellEventDescription
public ReverseShellEventDescription(ReverseShellEventDescription 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
-
getDescription
public String getDescription()
Get 描述信息- Returns:
- Description 描述信息
-
setDescription
public void setDescription(String Description)
Set 描述信息- Parameters:
Description- 描述信息
-
getSolution
public String getSolution()
Get 解决方案- Returns:
- Solution 解决方案
-
setSolution
public void setSolution(String Solution)
Set 解决方案- Parameters:
Solution- 解决方案
-
getRemark
public String getRemark()
Get 事件备注信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Remark 事件备注信息 注意:此字段可能返回 null,表示取不到有效值。
-
setRemark
public void setRemark(String Remark)
Set 事件备注信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Remark- 事件备注信息 注意:此字段可能返回 null,表示取不到有效值。
-
getDstAddress
public String getDstAddress()
Get 目标地址- Returns:
- DstAddress 目标地址
-
setDstAddress
public void setDstAddress(String DstAddress)
Set 目标地址- Parameters:
DstAddress- 目标地址
-
getOperationTime
public String getOperationTime()
Get 事件最后一次处理的时间 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- OperationTime 事件最后一次处理的时间 注意:此字段可能返回 null,表示取不到有效值。
-
setOperationTime
public void setOperationTime(String OperationTime)
Set 事件最后一次处理的时间 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
OperationTime- 事件最后一次处理的时间 注意:此字段可能返回 null,表示取不到有效值。
-
-