public class DescribeK8sApiAbnormalSummaryResponse extends AbstractModel
| Constructor and Description | 
|---|
DescribeK8sApiAbnormalSummaryResponse()  | 
DescribeK8sApiAbnormalSummaryResponse(DescribeK8sApiAbnormalSummaryResponse 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 | 
getUnhandleEventCount()
Get The number of pending events 
 | 
Long | 
getUnhandleHighLevelEventCount()
Get The number of pending high-risk events 
 | 
Long | 
getUnhandleLowLevelEventCount()
Get The number of pending low-risk events 
 | 
Long | 
getUnhandleMediumLevelEventCount()
Get The number of pending medium-risk events 
 | 
Long | 
getUnhandleNoticeLevelEventCount()
Get The number of pending notice-level events 
 | 
void | 
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request. 
 | 
void | 
setUnhandleEventCount(Long UnhandleEventCount)
Set The number of pending events 
 | 
void | 
setUnhandleHighLevelEventCount(Long UnhandleHighLevelEventCount)
Set The number of pending high-risk events 
 | 
void | 
setUnhandleLowLevelEventCount(Long UnhandleLowLevelEventCount)
Set The number of pending low-risk events 
 | 
void | 
setUnhandleMediumLevelEventCount(Long UnhandleMediumLevelEventCount)
Set The number of pending medium-risk events 
 | 
void | 
setUnhandleNoticeLevelEventCount(Long UnhandleNoticeLevelEventCount)
Set The number of pending notice-level events 
 | 
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, toJsonStringpublic DescribeK8sApiAbnormalSummaryResponse()
public DescribeK8sApiAbnormalSummaryResponse(DescribeK8sApiAbnormalSummaryResponse source)
public Long getUnhandleEventCount()
public void setUnhandleEventCount(Long UnhandleEventCount)
UnhandleEventCount - The number of pending eventspublic Long getUnhandleHighLevelEventCount()
public void setUnhandleHighLevelEventCount(Long UnhandleHighLevelEventCount)
UnhandleHighLevelEventCount - The number of pending high-risk eventspublic Long getUnhandleMediumLevelEventCount()
public void setUnhandleMediumLevelEventCount(Long UnhandleMediumLevelEventCount)
UnhandleMediumLevelEventCount - The number of pending medium-risk eventspublic Long getUnhandleLowLevelEventCount()
public void setUnhandleLowLevelEventCount(Long UnhandleLowLevelEventCount)
UnhandleLowLevelEventCount - The number of pending low-risk eventspublic Long getUnhandleNoticeLevelEventCount()
public void setUnhandleNoticeLevelEventCount(Long UnhandleNoticeLevelEventCount)
UnhandleNoticeLevelEventCount - The number of pending notice-level eventspublic 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.