public static final class DescribeBlockStatusResponseBody.BlockStatusList.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeBlockStatusResponseBody.BlockStatusList.Builder |
blockStatus(String blockStatus)
The blocking status of the network traffic.
|
DescribeBlockStatusResponseBody.BlockStatusList |
build() |
DescribeBlockStatusResponseBody.BlockStatusList.Builder |
endTime(Long endTime)
The end time of the blocking.
|
DescribeBlockStatusResponseBody.BlockStatusList.Builder |
line(String line)
The Internet service provider (ISP) line from which the traffic is blocked.
|
DescribeBlockStatusResponseBody.BlockStatusList.Builder |
startTime(Long startTime)
The start time of the blocking.
|
public DescribeBlockStatusResponseBody.BlockStatusList.Builder blockStatus(String blockStatus)
The blocking status of the network traffic. Valid values:
areablock
public DescribeBlockStatusResponseBody.BlockStatusList.Builder endTime(Long endTime)
The end time of the blocking. This value is a UNIX timestamp. Unit: seconds.
example:1540196323
public DescribeBlockStatusResponseBody.BlockStatusList.Builder line(String line)
The Internet service provider (ISP) line from which the traffic is blocked. Valid values:
cut
public DescribeBlockStatusResponseBody.BlockStatusList.Builder startTime(Long startTime)
The start time of the blocking. This value is a UNIX timestamp. Unit: seconds.
example:1540195323
public DescribeBlockStatusResponseBody.BlockStatusList build()
Copyright © 2026. All rights reserved.