public static class DescribeVodDomainTrafficDataResponseBody.DescribeVodDomainTrafficDataResponseBodyTrafficDataPerIntervalDataModule
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
domesticValue
The amount of network traffic in the Chinese mainland.
|
String |
httpsDomesticValue
The amount of HTTPS network traffic on points of presence (POPs) in the Chinese mainland.
|
String |
httpsOverseasValue
The amount of HTTPS network traffic on POPs outside the Chinese mainland.
|
String |
httpsValue
The total amount of HTTPS network traffic on POPs.
|
String |
overseasValue
The amount of network traffic outside the Chinese mainland.
|
String |
timeStamp
The timestamp of the returned data.
|
String |
value
The total amount of network traffic.
|
| 构造器和说明 |
|---|
DescribeVodDomainTrafficDataResponseBodyTrafficDataPerIntervalDataModule() |
@NameInMap(value="DomesticValue") public String domesticValue
The amount of network traffic in the Chinese mainland. Unit: bytes.
@NameInMap(value="HttpsDomesticValue") public String httpsDomesticValue
The amount of HTTPS network traffic on points of presence (POPs) in the Chinese mainland. Unit: bytes.
@NameInMap(value="HttpsOverseasValue") public String httpsOverseasValue
The amount of HTTPS network traffic on POPs outside the Chinese mainland. Unit: bytes.
@NameInMap(value="HttpsValue") public String httpsValue
The total amount of HTTPS network traffic on POPs. Unit: bytes.
@NameInMap(value="OverseasValue") public String overseasValue
The amount of network traffic outside the Chinese mainland. Unit: bytes.
@NameInMap(value="TimeStamp") public String timeStamp
The timestamp of the returned data. The time follows the ISO 8601 standard in the *yyyy-MM-dd*T*HH:mm:ss*Z format. The time is displayed in UTC.
@NameInMap(value="Value") public String value
The total amount of network traffic. Unit: bytes.
public DescribeVodDomainTrafficDataResponseBodyTrafficDataPerIntervalDataModule()
public static DescribeVodDomainTrafficDataResponseBody.DescribeVodDomainTrafficDataResponseBodyTrafficDataPerIntervalDataModule build(Map<String,?> map) throws Exception
Exceptionpublic DescribeVodDomainTrafficDataResponseBody.DescribeVodDomainTrafficDataResponseBodyTrafficDataPerIntervalDataModule setDomesticValue(String domesticValue)
public String getDomesticValue()
public DescribeVodDomainTrafficDataResponseBody.DescribeVodDomainTrafficDataResponseBodyTrafficDataPerIntervalDataModule setHttpsDomesticValue(String httpsDomesticValue)
public String getHttpsDomesticValue()
public DescribeVodDomainTrafficDataResponseBody.DescribeVodDomainTrafficDataResponseBodyTrafficDataPerIntervalDataModule setHttpsOverseasValue(String httpsOverseasValue)
public String getHttpsOverseasValue()
public DescribeVodDomainTrafficDataResponseBody.DescribeVodDomainTrafficDataResponseBodyTrafficDataPerIntervalDataModule setHttpsValue(String httpsValue)
public String getHttpsValue()
public DescribeVodDomainTrafficDataResponseBody.DescribeVodDomainTrafficDataResponseBodyTrafficDataPerIntervalDataModule setOverseasValue(String overseasValue)
public String getOverseasValue()
public DescribeVodDomainTrafficDataResponseBody.DescribeVodDomainTrafficDataResponseBodyTrafficDataPerIntervalDataModule setTimeStamp(String timeStamp)
public String getTimeStamp()
public DescribeVodDomainTrafficDataResponseBody.DescribeVodDomainTrafficDataResponseBodyTrafficDataPerIntervalDataModule setValue(String value)
public String getValue()
Copyright © 2024. All rights reserved.