public static class DescribeAlertLogCountResponseBody.DescribeAlertLogCountResponseBodyAlertLogCount
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
count
The number of alert logs.
|
List<DescribeAlertLogCountResponseBody.DescribeAlertLogCountResponseBodyAlertLogCountLogs> |
logs
The details about alert logs.
|
| 构造器和说明 |
|---|
DescribeAlertLogCountResponseBodyAlertLogCount() |
@NameInMap(value="Count") public Integer count
The number of alert logs.
@NameInMap(value="Logs") public List<DescribeAlertLogCountResponseBody.DescribeAlertLogCountResponseBodyAlertLogCountLogs> logs
The details about alert logs.
public DescribeAlertLogCountResponseBodyAlertLogCount()
public static DescribeAlertLogCountResponseBody.DescribeAlertLogCountResponseBodyAlertLogCount build(Map<String,?> map) throws Exception
Exceptionpublic DescribeAlertLogCountResponseBody.DescribeAlertLogCountResponseBodyAlertLogCount setCount(Integer count)
public Integer getCount()
public DescribeAlertLogCountResponseBody.DescribeAlertLogCountResponseBodyAlertLogCount setLogs(List<DescribeAlertLogCountResponseBody.DescribeAlertLogCountResponseBodyAlertLogCountLogs> logs)
public List<DescribeAlertLogCountResponseBody.DescribeAlertLogCountResponseBodyAlertLogCountLogs> getLogs()
Copyright © 2024. All rights reserved.