public static class DescribeAlertLogCountResponseBody.DescribeAlertLogCountResponseBodyAlertLogCountLogs
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
name
The name of the dimension field based on which alert logs are aggregated.
|
String |
value
The value of the dimension field based on which alert logs are aggregated.
|
| 构造器和说明 |
|---|
DescribeAlertLogCountResponseBodyAlertLogCountLogs() |
@NameInMap(value="Name") public String name
The name of the dimension field based on which alert logs are aggregated.
@NameInMap(value="Value") public String value
The value of the dimension field based on which alert logs are aggregated.
public DescribeAlertLogCountResponseBodyAlertLogCountLogs()
public static DescribeAlertLogCountResponseBody.DescribeAlertLogCountResponseBodyAlertLogCountLogs build(Map<String,?> map) throws Exception
Exceptionpublic DescribeAlertLogCountResponseBody.DescribeAlertLogCountResponseBodyAlertLogCountLogs setName(String name)
public String getName()
public DescribeAlertLogCountResponseBody.DescribeAlertLogCountResponseBodyAlertLogCountLogs setValue(String value)
public String getValue()
Copyright © 2024. All rights reserved.