public static class DescribeAlertLogHistogramResponseBody.DescribeAlertLogHistogramResponseBodyAlertLogHistogramList
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
count
The number of alert logs.
|
Long |
from
The start timestamp of the queried alert logs.
|
Long |
to
The end timestamp of the queried alert logs.
|
| 构造器和说明 |
|---|
DescribeAlertLogHistogramResponseBodyAlertLogHistogramList() |
@NameInMap(value="Count") public Integer count
The number of alert logs.
@NameInMap(value="From") public Long from
The start timestamp of the queried alert logs.
Unit: seconds.
@NameInMap(value="To") public Long to
The end timestamp of the queried alert logs.
Unit: seconds.
public DescribeAlertLogHistogramResponseBodyAlertLogHistogramList()
public static DescribeAlertLogHistogramResponseBody.DescribeAlertLogHistogramResponseBodyAlertLogHistogramList build(Map<String,?> map) throws Exception
Exceptionpublic DescribeAlertLogHistogramResponseBody.DescribeAlertLogHistogramResponseBodyAlertLogHistogramList setCount(Integer count)
public Integer getCount()
public DescribeAlertLogHistogramResponseBody.DescribeAlertLogHistogramResponseBodyAlertLogHistogramList setFrom(Long from)
public Long getFrom()
public DescribeAlertLogHistogramResponseBody.DescribeAlertLogHistogramResponseBodyAlertLogHistogramList setTo(Long to)
public Long getTo()
Copyright © 2024. All rights reserved.