public static final class DescribeAlertLogHistogramResponseBody.AlertLogHistogramList.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeAlertLogHistogramResponseBody.AlertLogHistogramList |
build() |
DescribeAlertLogHistogramResponseBody.AlertLogHistogramList.Builder |
count(Integer count)
The number of alert logs.
|
DescribeAlertLogHistogramResponseBody.AlertLogHistogramList.Builder |
from(Long from)
The start timestamp of the queried alert logs.
|
DescribeAlertLogHistogramResponseBody.AlertLogHistogramList.Builder |
to(Long to)
The end timestamp of the queried alert logs.
|
public DescribeAlertLogHistogramResponseBody.AlertLogHistogramList.Builder count(Integer count)
The number of alert logs.
example:20
public DescribeAlertLogHistogramResponseBody.AlertLogHistogramList.Builder from(Long from)
The start timestamp of the queried alert logs.
Unit: seconds.
example:1610074791
public DescribeAlertLogHistogramResponseBody.AlertLogHistogramList.Builder to(Long to)
The end timestamp of the queried alert logs.
Unit: seconds.
example:1610074800
public DescribeAlertLogHistogramResponseBody.AlertLogHistogramList build()
Copyright © 2026. All rights reserved.