Class DescribeContainerSecEventSummaryResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcss.v20201101.models.DescribeContainerSecEventSummaryResponse
-
public class DescribeContainerSecEventSummaryResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetRequestId()Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。LonggetUnhandledAbnormalProcessCnt()Get 未处理异常进程LonggetUnhandledEscapeCnt()Get 未处理逃逸事件LonggetUnhandledFileCnt()Get 未处理文件篡改LonggetUnhandledK8sApiEventCnt()Get 未处理k8sApi事件 注意:此字段可能返回 null,表示取不到有效值。LonggetUnhandledMaliciousConnectionEventCnt()Get 未处理恶意外连事件LonggetUnhandledReverseShellCnt()Get 未处理反弹shell事件LonggetUnhandledRiskSyscallCnt()Get 未处理高危系统调用LonggetUnhandledVirusEventCnt()Get 未处理木马事件voidsetRequestId(String RequestId)Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。voidsetUnhandledAbnormalProcessCnt(Long UnhandledAbnormalProcessCnt)Set 未处理异常进程voidsetUnhandledEscapeCnt(Long UnhandledEscapeCnt)Set 未处理逃逸事件voidsetUnhandledFileCnt(Long UnhandledFileCnt)Set 未处理文件篡改voidsetUnhandledK8sApiEventCnt(Long UnhandledK8sApiEventCnt)Set 未处理k8sApi事件 注意:此字段可能返回 null,表示取不到有效值。voidsetUnhandledMaliciousConnectionEventCnt(Long UnhandledMaliciousConnectionEventCnt)Set 未处理恶意外连事件voidsetUnhandledReverseShellCnt(Long UnhandledReverseShellCnt)Set 未处理反弹shell事件voidsetUnhandledRiskSyscallCnt(Long UnhandledRiskSyscallCnt)Set 未处理高危系统调用voidsetUnhandledVirusEventCnt(Long UnhandledVirusEventCnt)Set 未处理木马事件voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeContainerSecEventSummaryResponse
public DescribeContainerSecEventSummaryResponse()
-
DescribeContainerSecEventSummaryResponse
public 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.
-
-
Method Detail
-
getUnhandledEscapeCnt
public Long getUnhandledEscapeCnt()
Get 未处理逃逸事件- Returns:
- UnhandledEscapeCnt 未处理逃逸事件
-
setUnhandledEscapeCnt
public void setUnhandledEscapeCnt(Long UnhandledEscapeCnt)
Set 未处理逃逸事件- Parameters:
UnhandledEscapeCnt- 未处理逃逸事件
-
getUnhandledReverseShellCnt
public Long getUnhandledReverseShellCnt()
Get 未处理反弹shell事件- Returns:
- UnhandledReverseShellCnt 未处理反弹shell事件
-
setUnhandledReverseShellCnt
public void setUnhandledReverseShellCnt(Long UnhandledReverseShellCnt)
Set 未处理反弹shell事件- Parameters:
UnhandledReverseShellCnt- 未处理反弹shell事件
-
getUnhandledRiskSyscallCnt
public Long getUnhandledRiskSyscallCnt()
Get 未处理高危系统调用- Returns:
- UnhandledRiskSyscallCnt 未处理高危系统调用
-
setUnhandledRiskSyscallCnt
public void setUnhandledRiskSyscallCnt(Long UnhandledRiskSyscallCnt)
Set 未处理高危系统调用- Parameters:
UnhandledRiskSyscallCnt- 未处理高危系统调用
-
getUnhandledAbnormalProcessCnt
public Long getUnhandledAbnormalProcessCnt()
Get 未处理异常进程- Returns:
- UnhandledAbnormalProcessCnt 未处理异常进程
-
setUnhandledAbnormalProcessCnt
public void setUnhandledAbnormalProcessCnt(Long UnhandledAbnormalProcessCnt)
Set 未处理异常进程- Parameters:
UnhandledAbnormalProcessCnt- 未处理异常进程
-
getUnhandledFileCnt
public Long getUnhandledFileCnt()
Get 未处理文件篡改- Returns:
- UnhandledFileCnt 未处理文件篡改
-
setUnhandledFileCnt
public void setUnhandledFileCnt(Long UnhandledFileCnt)
Set 未处理文件篡改- Parameters:
UnhandledFileCnt- 未处理文件篡改
-
getUnhandledVirusEventCnt
public Long getUnhandledVirusEventCnt()
Get 未处理木马事件- Returns:
- UnhandledVirusEventCnt 未处理木马事件
-
setUnhandledVirusEventCnt
public void setUnhandledVirusEventCnt(Long UnhandledVirusEventCnt)
Set 未处理木马事件- Parameters:
UnhandledVirusEventCnt- 未处理木马事件
-
getUnhandledMaliciousConnectionEventCnt
public Long getUnhandledMaliciousConnectionEventCnt()
Get 未处理恶意外连事件- Returns:
- UnhandledMaliciousConnectionEventCnt 未处理恶意外连事件
-
setUnhandledMaliciousConnectionEventCnt
public void setUnhandledMaliciousConnectionEventCnt(Long UnhandledMaliciousConnectionEventCnt)
Set 未处理恶意外连事件- Parameters:
UnhandledMaliciousConnectionEventCnt- 未处理恶意外连事件
-
getUnhandledK8sApiEventCnt
public Long getUnhandledK8sApiEventCnt()
Get 未处理k8sApi事件 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- UnhandledK8sApiEventCnt 未处理k8sApi事件 注意:此字段可能返回 null,表示取不到有效值。
-
setUnhandledK8sApiEventCnt
public void setUnhandledK8sApiEventCnt(Long UnhandledK8sApiEventCnt)
Set 未处理k8sApi事件 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
UnhandledK8sApiEventCnt- 未处理k8sApi事件 注意:此字段可能返回 null,表示取不到有效值。
-
getRequestId
public String getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Returns:
- RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
setRequestId
public void setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Parameters:
RequestId- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
-