public class DescribeVodDomainBpsDataRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
domainName
The domain name to be queried.
|
String |
endTime
The end of the time range to query.
|
String |
interval
The query interval.
|
String |
ispNameEn
The name of the Internet service provider (ISP).
|
String |
locationNameEn
The name of the region.
|
Long |
ownerId |
String |
startTime
The beginning of the time range to query.
|
| 构造器和说明 |
|---|
DescribeVodDomainBpsDataRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeVodDomainBpsDataRequest |
build(Map<String,?> map) |
String |
getDomainName() |
String |
getEndTime() |
String |
getInterval() |
String |
getIspNameEn() |
String |
getLocationNameEn() |
Long |
getOwnerId() |
String |
getStartTime() |
DescribeVodDomainBpsDataRequest |
setDomainName(String domainName) |
DescribeVodDomainBpsDataRequest |
setEndTime(String endTime) |
DescribeVodDomainBpsDataRequest |
setInterval(String interval) |
DescribeVodDomainBpsDataRequest |
setIspNameEn(String ispNameEn) |
DescribeVodDomainBpsDataRequest |
setLocationNameEn(String locationNameEn) |
DescribeVodDomainBpsDataRequest |
setOwnerId(Long ownerId) |
DescribeVodDomainBpsDataRequest |
setStartTime(String startTime) |
@NameInMap(value="DomainName") public String domainName
The domain name to be queried. If you do not specify this parameter, the merged data of all your domain names for CDN is returned. You can specify multiple domain names. Separate them with commas (,).
@NameInMap(value="EndTime") public String endTime
The end of the time range to query. The end time must be later than the start time. Specify the time in the ISO 8601 standard in the *yyyy-MM-dd*T*HH:mm:ss*Z format. The time must be in UTC.
@NameInMap(value="Interval") public String interval
The query interval. Unit: seconds. Valid values: **300**, **3600**, and **86400**.
* If the time range to query is less than 3 days, valid values are **300**, **3600**, and **86400**. The default value is 300.
* If the time range to query is from 3 to less than 31 days, valid values are **3600** and **86400**. The default value is 3600.
* If the time range to query is from 31 to 90 days, the valid value is **86400**.
@NameInMap(value="IspNameEn") public String ispNameEn
The name of the Internet service provider (ISP). If you do not specify this parameter, the data of all ISPs is returned.
@NameInMap(value="LocationNameEn") public String locationNameEn
The name of the region. If you do not specify this parameter, the data in all regions is returned. Only data in the China (Shanghai) region can be queried.
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="StartTime") public String startTime
The beginning of the time range to query. Specify the time in the ISO 8601 standard in the *yyyy-MM-dd*T*HH:mm:ss*Z format. The time must be in UTC.
> The minimum query interval is 5 minutes. If you do not specify this parameter, the data in the last 24 hours is queried.
public static DescribeVodDomainBpsDataRequest build(Map<String,?> map) throws Exception
Exceptionpublic DescribeVodDomainBpsDataRequest setDomainName(String domainName)
public String getDomainName()
public DescribeVodDomainBpsDataRequest setEndTime(String endTime)
public String getEndTime()
public DescribeVodDomainBpsDataRequest setInterval(String interval)
public String getInterval()
public DescribeVodDomainBpsDataRequest setIspNameEn(String ispNameEn)
public String getIspNameEn()
public DescribeVodDomainBpsDataRequest setLocationNameEn(String locationNameEn)
public String getLocationNameEn()
public DescribeVodDomainBpsDataRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DescribeVodDomainBpsDataRequest setStartTime(String startTime)
public String getStartTime()
Copyright © 2024. All rights reserved.