public static final class DescribeACLProtectTrendResponseBody.TrendList.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeACLProtectTrendResponseBody.TrendList |
build() |
DescribeACLProtectTrendResponseBody.TrendList.Builder |
protectCnt(Integer protectCnt)
The number of requests that are blocked by ACL on the current day.
|
DescribeACLProtectTrendResponseBody.TrendList.Builder |
time(Long time)
The UNIX timestamp at midnight (00:00:00) of each day, which indicates the date of the current day.
|
public DescribeACLProtectTrendResponseBody.TrendList.Builder protectCnt(Integer protectCnt)
The number of requests that are blocked by ACL on the current day.
example:100
public DescribeACLProtectTrendResponseBody.TrendList.Builder time(Long time)
The UNIX timestamp at midnight (00:00:00) of each day, which indicates the date of the current day. Unit: seconds.
example:1697299200
public DescribeACLProtectTrendResponseBody.TrendList build()
Copyright © 2026. All rights reserved.