public class DescribeAbnormalProcessLevelSummaryResponse extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getHighLevelEventCount()
Get Number of pending high-risk events of abnormal processes
|
Long |
getLowLevelEventCount()
Get Number of pending low-risk events of abnormal processes
|
Long |
getMediumLevelEventCount()
Get Number of pending medium-risk events of abnormal processes
|
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).
|
void |
setHighLevelEventCount(Long HighLevelEventCount)
Set Number of pending high-risk events of abnormal processes
|
void |
setLowLevelEventCount(Long LowLevelEventCount)
Set Number of pending low-risk events of abnormal processes
|
void |
setMediumLevelEventCount(Long MediumLevelEventCount)
Set Number of pending medium-risk events of abnormal processes
|
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 |
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 DescribeAbnormalProcessLevelSummaryResponse()
public DescribeAbnormalProcessLevelSummaryResponse(DescribeAbnormalProcessLevelSummaryResponse source)
public Long getHighLevelEventCount()
public void setHighLevelEventCount(Long HighLevelEventCount)
HighLevelEventCount
- Number of pending high-risk events of abnormal processespublic Long getMediumLevelEventCount()
public void setMediumLevelEventCount(Long MediumLevelEventCount)
MediumLevelEventCount
- Number of pending medium-risk events of abnormal processespublic Long getLowLevelEventCount()
public void setLowLevelEventCount(Long LowLevelEventCount)
LowLevelEventCount
- Number of pending low-risk events of abnormal processespublic 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.