public static final class DescribeInternetTrafficTrendResponseBody.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeInternetTrafficTrendResponseBody.Builder |
avgInBps(Long avgInBps)
The average inbound network throughput, which indicates the average number of bits that are sent inbound per second.
|
DescribeInternetTrafficTrendResponseBody.Builder |
avgOutBps(Long avgOutBps)
The average outbound network throughput, which indicates the average number of bits that are sent outbound per second.
|
DescribeInternetTrafficTrendResponseBody.Builder |
avgSession(Long avgSession)
The average number of requests.
|
DescribeInternetTrafficTrendResponseBody.Builder |
avgTotalBps(Long avgTotalBps)
The total average inbound and outbound network throughput, which indicates the average number of bits that are sent inbound and outbound per second.
|
DescribeInternetTrafficTrendResponseBody |
build() |
DescribeInternetTrafficTrendResponseBody.Builder |
dataList(List<DescribeInternetTrafficTrendResponseBody.DataList> dataList)
The statistics on traffic.
|
DescribeInternetTrafficTrendResponseBody.Builder |
maxBandwidthTime(Long maxBandwidthTime)
The timestamp generated when the bandwidth reaches the peak value.
|
DescribeInternetTrafficTrendResponseBody.Builder |
maxDayExceedBytes(Long maxDayExceedBytes)
The maximum volume of excess traffic allowed per day.
|
DescribeInternetTrafficTrendResponseBody.Builder |
maxInBps(Long maxInBps)
The maximum inbound network throughput, which indicates the maximum number of bits that are sent inbound per second.
|
DescribeInternetTrafficTrendResponseBody.Builder |
maxOutBps(Long maxOutBps)
The maximum outbound network throughput, which indicates the maximum number of bits that are sent outbound per second.
|
DescribeInternetTrafficTrendResponseBody.Builder |
maxSession(Long maxSession)
The number of requests during the peak hour of the network throughout.
|
DescribeInternetTrafficTrendResponseBody.Builder |
maxTotalBps(Long maxTotalBps)
The total maximum inbound and outbound network throughput, which indicates the maximum number of bits that are sent inbound and outbound per second.
|
DescribeInternetTrafficTrendResponseBody.Builder |
requestId(String requestId)
The request ID.
|
DescribeInternetTrafficTrendResponseBody.Builder |
totalBytes(Long totalBytes)
The total inbound and outbound network throughput, which indicates the total number of bytes that are sent inbound and outbound.
|
DescribeInternetTrafficTrendResponseBody.Builder |
totalExceedBytes(Long totalExceedBytes)
The total volume of excess traffic.
|
DescribeInternetTrafficTrendResponseBody.Builder |
totalInBytes(Long totalInBytes)
The inbound network throughput, which indicates the total number of bytes that are sent inbound.
|
DescribeInternetTrafficTrendResponseBody.Builder |
totalOutBytes(Long totalOutBytes)
The outbound network throughput, which indicates the total number of bytes that are sent outbound.
|
DescribeInternetTrafficTrendResponseBody.Builder |
totalSession(Long totalSession)
The total number of requests.
|
public DescribeInternetTrafficTrendResponseBody.Builder avgInBps(Long avgInBps)
The average inbound network throughput, which indicates the average number of bits that are sent inbound per second. Unit: bit/s.
example:6114152
public DescribeInternetTrafficTrendResponseBody.Builder avgOutBps(Long avgOutBps)
The average outbound network throughput, which indicates the average number of bits that are sent outbound per second. Unit: bit/s.
example:70148993
public DescribeInternetTrafficTrendResponseBody.Builder avgSession(Long avgSession)
The average number of requests.
example:79013
public DescribeInternetTrafficTrendResponseBody.Builder avgTotalBps(Long avgTotalBps)
The total average inbound and outbound network throughput, which indicates the average number of bits that are sent inbound and outbound per second. Unit: bit/s.
example:2306
public DescribeInternetTrafficTrendResponseBody.Builder dataList(List<DescribeInternetTrafficTrendResponseBody.DataList> dataList)
The statistics on traffic.
public DescribeInternetTrafficTrendResponseBody.Builder maxBandwidthTime(Long maxBandwidthTime)
The timestamp generated when the bandwidth reaches the peak value. The value is a UNIX timestamp. Unit: seconds.
example:1672736400
public DescribeInternetTrafficTrendResponseBody.Builder maxDayExceedBytes(Long maxDayExceedBytes)
The maximum volume of excess traffic allowed per day.
example:873
public DescribeInternetTrafficTrendResponseBody.Builder maxInBps(Long maxInBps)
The maximum inbound network throughput, which indicates the maximum number of bits that are sent inbound per second. Unit: bit/s.
example:10275643
public DescribeInternetTrafficTrendResponseBody.Builder maxOutBps(Long maxOutBps)
The maximum outbound network throughput, which indicates the maximum number of bits that are sent outbound per second. Unit: bit/s.
example:395188
public DescribeInternetTrafficTrendResponseBody.Builder maxSession(Long maxSession)
The number of requests during the peak hour of the network throughout.
example:931641
public DescribeInternetTrafficTrendResponseBody.Builder maxTotalBps(Long maxTotalBps)
The total maximum inbound and outbound network throughput, which indicates the maximum number of bits that are sent inbound and outbound per second. Unit: bit/s.
example:89783147
public DescribeInternetTrafficTrendResponseBody.Builder requestId(String requestId)
The request ID.
example:C7E837BE-0379-565E-B7B4-DE595C8D337C
public DescribeInternetTrafficTrendResponseBody.Builder totalBytes(Long totalBytes)
The total inbound and outbound network throughput, which indicates the total number of bytes that are sent inbound and outbound. Unit: bytes.
example:963227674958
public DescribeInternetTrafficTrendResponseBody.Builder totalExceedBytes(Long totalExceedBytes)
The total volume of excess traffic.
example:4243873
public DescribeInternetTrafficTrendResponseBody.Builder totalInBytes(Long totalInBytes)
The inbound network throughput, which indicates the total number of bytes that are sent inbound. Unit: bytes.
example:41536824243873
public DescribeInternetTrafficTrendResponseBody.Builder totalOutBytes(Long totalOutBytes)
The outbound network throughput, which indicates the total number of bytes that are sent outbound. Unit: bytes.
example:2660894567178
public DescribeInternetTrafficTrendResponseBody.Builder totalSession(Long totalSession)
The total number of requests.
example:1061449
public DescribeInternetTrafficTrendResponseBody build()
Copyright © 2026. All rights reserved.