Class DescribeAbnormalProcessLevelSummaryResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcss.v20201101.models.DescribeAbnormalProcessLevelSummaryResponse
-
public class DescribeAbnormalProcessLevelSummaryResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeAbnormalProcessLevelSummaryResponse()DescribeAbnormalProcessLevelSummaryResponse(DescribeAbnormalProcessLevelSummaryResponse 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 LonggetHighLevelEventCount()Get 异常进程高危待处理事件数LonggetLowLevelEventCount()Get 异常进程低危待处理事件数LonggetMediumLevelEventCount()Get 异常进程中危待处理事件数StringgetRequestId()Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。voidsetHighLevelEventCount(Long HighLevelEventCount)Set 异常进程高危待处理事件数voidsetLowLevelEventCount(Long LowLevelEventCount)Set 异常进程低危待处理事件数voidsetMediumLevelEventCount(Long MediumLevelEventCount)Set 异常进程中危待处理事件数voidsetRequestId(String RequestId)Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。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
-
DescribeAbnormalProcessLevelSummaryResponse
public DescribeAbnormalProcessLevelSummaryResponse()
-
DescribeAbnormalProcessLevelSummaryResponse
public DescribeAbnormalProcessLevelSummaryResponse(DescribeAbnormalProcessLevelSummaryResponse 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
-
getHighLevelEventCount
public Long getHighLevelEventCount()
Get 异常进程高危待处理事件数- Returns:
- HighLevelEventCount 异常进程高危待处理事件数
-
setHighLevelEventCount
public void setHighLevelEventCount(Long HighLevelEventCount)
Set 异常进程高危待处理事件数- Parameters:
HighLevelEventCount- 异常进程高危待处理事件数
-
getMediumLevelEventCount
public Long getMediumLevelEventCount()
Get 异常进程中危待处理事件数- Returns:
- MediumLevelEventCount 异常进程中危待处理事件数
-
setMediumLevelEventCount
public void setMediumLevelEventCount(Long MediumLevelEventCount)
Set 异常进程中危待处理事件数- Parameters:
MediumLevelEventCount- 异常进程中危待处理事件数
-
getLowLevelEventCount
public Long getLowLevelEventCount()
Get 异常进程低危待处理事件数- Returns:
- LowLevelEventCount 异常进程低危待处理事件数
-
setLowLevelEventCount
public void setLowLevelEventCount(Long LowLevelEventCount)
Set 异常进程低危待处理事件数- Parameters:
LowLevelEventCount- 异常进程低危待处理事件数
-
getRequestId
public String getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Returns:
- RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
setRequestId
public void setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Parameters:
RequestId- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
-