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 String
getDescription()
Get 描述信息String
getDstAddress()
Get 目标地址String
getOperationTime()
Get 事件最后一次处理的时间 注意:此字段可能返回 null,表示取不到有效值。String
getRemark()
Get 事件备注信息 注意:此字段可能返回 null,表示取不到有效值。String
getSolution()
Get 解决方案void
setDescription(String Description)
Set 描述信息void
setDstAddress(String DstAddress)
Set 目标地址void
setOperationTime(String OperationTime)
Set 事件最后一次处理的时间 注意:此字段可能返回 null,表示取不到有效值。void
setRemark(String Remark)
Set 事件备注信息 注意:此字段可能返回 null,表示取不到有效值。void
setSolution(String Solution)
Set 解决方案void
toMap(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,表示取不到有效值。
-
-