public class DescribeAccessControlDetailResponse extends AbstractModel
header, skipSign
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, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
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, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
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, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public 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, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2025. All rights reserved.