public class DescribeVodDomainBpsDataResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
DescribeVodDomainBpsDataResponseBody.DescribeVodDomainBpsDataResponseBodyBpsDataPerInterval |
bpsDataPerInterval
The bandwidth data that is collected for each interval.
|
String |
dataInterval
The time interval between the returned entries.
|
String |
domainName
The domain name for CDN.
|
String |
endTime
The end of the time range in which data was queried.
|
String |
ispNameEn
The name of the ISP.
|
String |
locationNameEn
The name of the region.
|
String |
requestId
The ID of the request.
|
String |
startTime
The beginning of the time range in which data was queried.
|
| 构造器和说明 |
|---|
DescribeVodDomainBpsDataResponseBody() |
@NameInMap(value="BpsDataPerInterval") public DescribeVodDomainBpsDataResponseBody.DescribeVodDomainBpsDataResponseBodyBpsDataPerInterval bpsDataPerInterval
The bandwidth data that is collected for each interval.
@NameInMap(value="DataInterval") public String dataInterval
The time interval between the returned entries. Unit: seconds.
@NameInMap(value="DomainName") public String domainName
The domain name for CDN.
@NameInMap(value="EndTime") public String endTime
The end of the time range in which data was queried. 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="IspNameEn") public String ispNameEn
The name of the ISP. By default, the data of all ISPs is returned.
@NameInMap(value="LocationNameEn") public String locationNameEn
The name of the region. By default, the data in all regions is returned.
@NameInMap(value="RequestId") public String requestId
The ID of the request.
@NameInMap(value="StartTime") public String startTime
The beginning of the time range in which data was queried. The time follows the ISO 8601 standard in the *yyyy-MM-dd*T*HH:mm:ss*Z format. The time is displayed in UTC.
public static DescribeVodDomainBpsDataResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic DescribeVodDomainBpsDataResponseBody setBpsDataPerInterval(DescribeVodDomainBpsDataResponseBody.DescribeVodDomainBpsDataResponseBodyBpsDataPerInterval bpsDataPerInterval)
public DescribeVodDomainBpsDataResponseBody.DescribeVodDomainBpsDataResponseBodyBpsDataPerInterval getBpsDataPerInterval()
public DescribeVodDomainBpsDataResponseBody setDataInterval(String dataInterval)
public String getDataInterval()
public DescribeVodDomainBpsDataResponseBody setDomainName(String domainName)
public String getDomainName()
public DescribeVodDomainBpsDataResponseBody setEndTime(String endTime)
public String getEndTime()
public DescribeVodDomainBpsDataResponseBody setIspNameEn(String ispNameEn)
public String getIspNameEn()
public DescribeVodDomainBpsDataResponseBody setLocationNameEn(String locationNameEn)
public String getLocationNameEn()
public DescribeVodDomainBpsDataResponseBody setRequestId(String requestId)
public String getRequestId()
public DescribeVodDomainBpsDataResponseBody setStartTime(String startTime)
public String getStartTime()
Copyright © 2024. All rights reserved.