public class DescribeReverseShellDetailResponse extends AbstractModel
| Constructor and Description | 
|---|
| DescribeReverseShellDetailResponse() | 
| DescribeReverseShellDetailResponse(DescribeReverseShellDetailResponse 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 | 
|---|---|
| ProcessBaseInfo | getAncestorProcessInfo()Get Ancestor process information
Note: This field may return null, indicating that no valid values can be obtained. | 
| RunTimeEventBaseInfo | getEventBaseInfo()Get Basic information of the event | 
| ReverseShellEventDescription | getEventDetail()Get Event description | 
| ProcessDetailBaseInfo | getParentProcessInfo()Get Parent process information | 
| ProcessDetailInfo | getProcessInfo()Get Process information | 
| String | getRequestId()Get The unique request ID, which is returned for each request. | 
| void | setAncestorProcessInfo(ProcessBaseInfo AncestorProcessInfo)Set Ancestor process information
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setEventBaseInfo(RunTimeEventBaseInfo EventBaseInfo)Set Basic information of the event | 
| void | setEventDetail(ReverseShellEventDescription EventDetail)Set Event description | 
| void | setParentProcessInfo(ProcessDetailBaseInfo ParentProcessInfo)Set Parent process information | 
| void | setProcessInfo(ProcessDetailInfo ProcessInfo)Set Process information | 
| void | setRequestId(String RequestId)Set The unique request ID, which is returned for each request. | 
| 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, toJsonStringpublic DescribeReverseShellDetailResponse()
public DescribeReverseShellDetailResponse(DescribeReverseShellDetailResponse source)
public RunTimeEventBaseInfo getEventBaseInfo()
public void setEventBaseInfo(RunTimeEventBaseInfo EventBaseInfo)
EventBaseInfo - Basic information of the eventpublic ProcessDetailInfo getProcessInfo()
public void setProcessInfo(ProcessDetailInfo ProcessInfo)
ProcessInfo - Process informationpublic ProcessDetailBaseInfo getParentProcessInfo()
public void setParentProcessInfo(ProcessDetailBaseInfo ParentProcessInfo)
ParentProcessInfo - Parent process informationpublic ReverseShellEventDescription getEventDetail()
public void setEventDetail(ReverseShellEventDescription EventDetail)
EventDetail - Event descriptionpublic ProcessBaseInfo getAncestorProcessInfo()
public void setAncestorProcessInfo(ProcessBaseInfo AncestorProcessInfo)
AncestorProcessInfo - Ancestor process information
Note: This field may return null, indicating that no valid values can be obtained.public String getRequestId()
public void setRequestId(String RequestId)
RequestId - The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2023. All rights reserved.