public class DescribeAccessControlDetailResponse extends AbstractModel
| Constructor and Description | 
|---|
| DescribeAccessControlDetailResponse() | 
| DescribeAccessControlDetailResponse(DescribeAccessControlDetailResponse 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 | 
| AccessControlEventDescription | getEventDetail()Get Event description | 
| ProcessBaseInfo | getParentProcessInfo()Get Parent process information | 
| ProcessDetailInfo | getProcessInfo()Get Process information | 
| String | getRequestId()Get The unique request ID, which is returned for each request. | 
| FileAttributeInfo | getTamperedFileInfo()Get Information tampered with | 
| 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(AccessControlEventDescription EventDetail)Set Event description | 
| void | setParentProcessInfo(ProcessBaseInfo 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 | setTamperedFileInfo(FileAttributeInfo TamperedFileInfo)Set Information tampered with | 
| 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 DescribeAccessControlDetailResponse()
public DescribeAccessControlDetailResponse(DescribeAccessControlDetailResponse 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 FileAttributeInfo getTamperedFileInfo()
public void setTamperedFileInfo(FileAttributeInfo TamperedFileInfo)
TamperedFileInfo - Information tampered withpublic AccessControlEventDescription getEventDetail()
public void setEventDetail(AccessControlEventDescription EventDetail)
EventDetail - Event descriptionpublic ProcessBaseInfo getParentProcessInfo()
public void setParentProcessInfo(ProcessBaseInfo ParentProcessInfo)
ParentProcessInfo - Parent process informationpublic 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.