public static class DescribeVodDomainBpsDataResponseBody.DescribeVodDomainBpsDataResponseBodyBpsDataPerIntervalDataModule
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
domesticValue
The bandwidth in mainland China.
|
String |
httpsDomesticValue
The HTTPS bandwidth on L1 nodes in mainland China.
|
String |
httpsOverseasValue
The HTTPS bandwidth on L1 nodes outside mainland China.
|
String |
httpsValue
The total HTTPS bandwidth on L1 nodes.
|
String |
overseasValue
The bandwidth outside mainland China.
|
String |
timeStamp
The timestamp of the returned data.
|
String |
value
The bandwidth.
|
| 构造器和说明 |
|---|
DescribeVodDomainBpsDataResponseBodyBpsDataPerIntervalDataModule() |
@NameInMap(value="DomesticValue") public String domesticValue
The bandwidth in mainland China. Unit: bit/s. When the bandwidth data is queried by ISP, no value is returned.
@NameInMap(value="HttpsDomesticValue") public String httpsDomesticValue
The HTTPS bandwidth on L1 nodes in mainland China. Unit: bit/s. When the bandwidth data is queried by ISP, no value is returned.
@NameInMap(value="HttpsOverseasValue") public String httpsOverseasValue
The HTTPS bandwidth on L1 nodes outside mainland China. Unit: bit/s. When the bandwidth data is queried by ISP, no value is returned.
@NameInMap(value="HttpsValue") public String httpsValue
The total HTTPS bandwidth on L1 nodes. Unit: bit/s.
@NameInMap(value="OverseasValue") public String overseasValue
The bandwidth outside mainland China. Unit: bit/s. When the bandwidth data is queried by ISP, no value is returned.
@NameInMap(value="TimeStamp") public String timeStamp
The timestamp of the returned data. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.
@NameInMap(value="Value") public String value
The bandwidth. Unit: bit/s.
public DescribeVodDomainBpsDataResponseBodyBpsDataPerIntervalDataModule()
public static DescribeVodDomainBpsDataResponseBody.DescribeVodDomainBpsDataResponseBodyBpsDataPerIntervalDataModule build(Map<String,?> map) throws Exception
Exceptionpublic DescribeVodDomainBpsDataResponseBody.DescribeVodDomainBpsDataResponseBodyBpsDataPerIntervalDataModule setDomesticValue(String domesticValue)
public String getDomesticValue()
public DescribeVodDomainBpsDataResponseBody.DescribeVodDomainBpsDataResponseBodyBpsDataPerIntervalDataModule setHttpsDomesticValue(String httpsDomesticValue)
public String getHttpsDomesticValue()
public DescribeVodDomainBpsDataResponseBody.DescribeVodDomainBpsDataResponseBodyBpsDataPerIntervalDataModule setHttpsOverseasValue(String httpsOverseasValue)
public String getHttpsOverseasValue()
public DescribeVodDomainBpsDataResponseBody.DescribeVodDomainBpsDataResponseBodyBpsDataPerIntervalDataModule setHttpsValue(String httpsValue)
public String getHttpsValue()
public DescribeVodDomainBpsDataResponseBody.DescribeVodDomainBpsDataResponseBodyBpsDataPerIntervalDataModule setOverseasValue(String overseasValue)
public String getOverseasValue()
public DescribeVodDomainBpsDataResponseBody.DescribeVodDomainBpsDataResponseBodyBpsDataPerIntervalDataModule setTimeStamp(String timeStamp)
public String getTimeStamp()
public DescribeVodDomainBpsDataResponseBody.DescribeVodDomainBpsDataResponseBodyBpsDataPerIntervalDataModule setValue(String value)
public String getValue()
Copyright © 2024. All rights reserved.