public class DescribeContainerSecEventSummaryResponse extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeContainerSecEventSummaryResponse() | 
| DescribeContainerSecEventSummaryResponse(DescribeContainerSecEventSummaryResponse 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 | getRequestId()Get The unique request ID, which is returned for each request. | 
| Long | getUnhandledAbnormalProcessCnt()Get Pending abnormal process | 
| Long | getUnhandledEscapeCnt()Get Pending escape event | 
| Long | getUnhandledFileCnt()Get Pending file tampering event | 
| Long | getUnhandledK8sApiEventCnt()Get Unhandled K8sApi events
Note: This field may return `null`, indicating that no valid value was found. | 
| Long | getUnhandledMaliciousConnectionEventCnt()Get Unhandled malicious outgoing connections | 
| Long | getUnhandledReverseShellCnt()Get Pending reverse shell event | 
| Long | getUnhandledRiskSyscallCnt()Get Pending high-risk syscall | 
| Long | getUnhandledVirusEventCnt()Get Pending trojan event | 
| void | setRequestId(String RequestId)Set The unique request ID, which is returned for each request. | 
| void | setUnhandledAbnormalProcessCnt(Long UnhandledAbnormalProcessCnt)Set Pending abnormal process | 
| void | setUnhandledEscapeCnt(Long UnhandledEscapeCnt)Set Pending escape event | 
| void | setUnhandledFileCnt(Long UnhandledFileCnt)Set Pending file tampering event | 
| void | setUnhandledK8sApiEventCnt(Long UnhandledK8sApiEventCnt)Set Unhandled K8sApi events
Note: This field may return `null`, indicating that no valid value was found. | 
| void | setUnhandledMaliciousConnectionEventCnt(Long UnhandledMaliciousConnectionEventCnt)Set Unhandled malicious outgoing connections | 
| void | setUnhandledReverseShellCnt(Long UnhandledReverseShellCnt)Set Pending reverse shell event | 
| void | setUnhandledRiskSyscallCnt(Long UnhandledRiskSyscallCnt)Set Pending high-risk syscall | 
| void | setUnhandledVirusEventCnt(Long UnhandledVirusEventCnt)Set Pending trojan event | 
| 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, toJsonStringpublic DescribeContainerSecEventSummaryResponse()
public DescribeContainerSecEventSummaryResponse(DescribeContainerSecEventSummaryResponse source)
public Long getUnhandledEscapeCnt()
public void setUnhandledEscapeCnt(Long UnhandledEscapeCnt)
UnhandledEscapeCnt - Pending escape eventpublic Long getUnhandledReverseShellCnt()
public void setUnhandledReverseShellCnt(Long UnhandledReverseShellCnt)
UnhandledReverseShellCnt - Pending reverse shell eventpublic Long getUnhandledRiskSyscallCnt()
public void setUnhandledRiskSyscallCnt(Long UnhandledRiskSyscallCnt)
UnhandledRiskSyscallCnt - Pending high-risk syscallpublic Long getUnhandledAbnormalProcessCnt()
public void setUnhandledAbnormalProcessCnt(Long UnhandledAbnormalProcessCnt)
UnhandledAbnormalProcessCnt - Pending abnormal processpublic Long getUnhandledFileCnt()
public void setUnhandledFileCnt(Long UnhandledFileCnt)
UnhandledFileCnt - Pending file tampering eventpublic Long getUnhandledVirusEventCnt()
public void setUnhandledVirusEventCnt(Long UnhandledVirusEventCnt)
UnhandledVirusEventCnt - Pending trojan eventpublic Long getUnhandledMaliciousConnectionEventCnt()
public void setUnhandledMaliciousConnectionEventCnt(Long UnhandledMaliciousConnectionEventCnt)
UnhandledMaliciousConnectionEventCnt - Unhandled malicious outgoing connectionspublic Long getUnhandledK8sApiEventCnt()
public void setUnhandledK8sApiEventCnt(Long UnhandledK8sApiEventCnt)
UnhandledK8sApiEventCnt - Unhandled K8sApi events
Note: This field may return `null`, indicating that no valid value was found.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.