public class DescribeAbnormalProcessLevelSummaryResponse extends AbstractModel
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, which is returned for each request.
|
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, which is returned for each request.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, 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, which is returned for each request. RequestId is required for locating a problem.Copyright © 2023. All rights reserved.