public static final class DescribeInternetTrafficTrendResponseBody.DataList.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeInternetTrafficTrendResponseBody.DataList |
build() |
DescribeInternetTrafficTrendResponseBody.DataList.Builder |
inBps(Long inBps)
The inbound network throughput, which indicates the number of bits that are sent inbound per second.
|
DescribeInternetTrafficTrendResponseBody.DataList.Builder |
inBytes(Long inBytes)
The inbound network throughput, which indicates the total number of bytes that are sent inbound.
|
DescribeInternetTrafficTrendResponseBody.DataList.Builder |
inPps(Long inPps)
The inbound network throughput, which indicates the number of packets that are sent inbound per second.
|
DescribeInternetTrafficTrendResponseBody.DataList.Builder |
newConn(Long newConn)
The number of new connections.
|
DescribeInternetTrafficTrendResponseBody.DataList.Builder |
outBps(Long outBps)
The outbound network throughput, which indicates the number of bits that are sent outbound per second.
|
DescribeInternetTrafficTrendResponseBody.DataList.Builder |
outBytes(Long outBytes)
The outbound network throughput, which indicates the total number of bytes that are sent outbound.
|
DescribeInternetTrafficTrendResponseBody.DataList.Builder |
outPps(Long outPps)
The outbound network throughput, which indicates the number of packets that are sent outbound per second.
|
DescribeInternetTrafficTrendResponseBody.DataList.Builder |
sessionCount(Long sessionCount)
The number of requests.
|
DescribeInternetTrafficTrendResponseBody.DataList.Builder |
time(Integer time)
The time when traffic is generated.
|
DescribeInternetTrafficTrendResponseBody.DataList.Builder |
totalBps(Long totalBps)
The total outbound and inbound network throughput, which indicates the total number of bits that are sent inbound and outbound per second.
|
public DescribeInternetTrafficTrendResponseBody.DataList.Builder inBps(Long inBps)
The inbound network throughput, which indicates the number of bits that are sent inbound per second. Unit: bit/s.
example:187
public DescribeInternetTrafficTrendResponseBody.DataList.Builder inBytes(Long inBytes)
The inbound network throughput, which indicates the total number of bytes that are sent inbound. Unit: bytes.
example:235
public DescribeInternetTrafficTrendResponseBody.DataList.Builder inPps(Long inPps)
The inbound network throughput, which indicates the number of packets that are sent inbound per second. Unit: packets per second (pps).
example:2
public DescribeInternetTrafficTrendResponseBody.DataList.Builder newConn(Long newConn)
The number of new connections.
example:27
public DescribeInternetTrafficTrendResponseBody.DataList.Builder outBps(Long outBps)
The outbound network throughput, which indicates the number of bits that are sent outbound per second. Unit: bit/s.
example:45
public DescribeInternetTrafficTrendResponseBody.DataList.Builder outBytes(Long outBytes)
The outbound network throughput, which indicates the total number of bytes that are sent outbound. Unit: bytes.
example:1123
public DescribeInternetTrafficTrendResponseBody.DataList.Builder outPps(Long outPps)
The outbound network throughput, which indicates the number of packets that are sent outbound per second. Unit: pps.
example:2
public DescribeInternetTrafficTrendResponseBody.DataList.Builder sessionCount(Long sessionCount)
The number of requests.
example:27
public DescribeInternetTrafficTrendResponseBody.DataList.Builder time(Integer time)
The time when traffic is generated. The value is a UNIX timestamp. Unit: seconds.
If processing is not complete at this point in time, -1 is returned for all other fields.
example:1659405600
public DescribeInternetTrafficTrendResponseBody.DataList.Builder totalBps(Long totalBps)
The total outbound and inbound network throughput, which indicates the total number of bits that are sent inbound and outbound per second. Unit: bit/s.
example:323
public DescribeInternetTrafficTrendResponseBody.DataList build()
Copyright © 2026. All rights reserved.