public class AccessKeyAlarmInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AccessKeyAlarmInfo() | 
| AccessKeyAlarmInfo(AccessKeyAlarmInfo 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 | getCount()Get 告警数量/风险数量 | 
| Long | getType()Get 告警类型/风险类型
告警类型:
0异常调用
1泄漏检测
2自定义
风险类型:
0:配置风险
1: 自定义风险 | 
| void | setCount(Long Count)Set 告警数量/风险数量 | 
| void | setType(Long Type)Set 告警类型/风险类型
告警类型:
0异常调用
1泄漏检测
2自定义
风险类型:
0:配置风险
1: 自定义风险 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic AccessKeyAlarmInfo()
public AccessKeyAlarmInfo(AccessKeyAlarmInfo source)
public Long getType()
public void setType(Long Type)
Type - 告警类型/风险类型
告警类型:
0异常调用
1泄漏检测
2自定义
风险类型:
0:配置风险
1: 自定义风险public Long getCount()
public void setCount(Long Count)
Count - 告警数量/风险数量Copyright © 2025. All rights reserved.