public class ReverseShellEventDescription extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDescription()Get 描述信息 | 
| String | getDstAddress()Get 目标地址 | 
| String | getOperationTime()Get 事件最后一次处理的时间 | 
| String | getRemark()Get 事件备注信息 | 
| String | getSolution()Get 解决方案 | 
| void | setDescription(String Description)Set 描述信息 | 
| void | setDstAddress(String DstAddress)Set 目标地址 | 
| void | setOperationTime(String OperationTime)Set 事件最后一次处理的时间 | 
| void | setRemark(String Remark)Set 事件备注信息 | 
| void | setSolution(String Solution)Set 解决方案 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ReverseShellEventDescription()
public ReverseShellEventDescription(ReverseShellEventDescription source)
public String getDescription()
public void setDescription(String Description)
Description - 描述信息public String getSolution()
public void setSolution(String Solution)
Solution - 解决方案public String getRemark()
public void setRemark(String Remark)
Remark - 事件备注信息public String getDstAddress()
public void setDstAddress(String DstAddress)
DstAddress - 目标地址public String getOperationTime()
public void setOperationTime(String OperationTime)
OperationTime - 事件最后一次处理的时间Copyright © 2025. All rights reserved.