public class DescribeVodDomainSrcBpsDataRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
domainName
The accelerated domain name.
|
String |
endTime
The end of the time range to query.
|
String |
interval
The time interval between the data entries to return.
|
Long |
ownerId |
String |
startTime
The beginning of the time range to query.
|
| 构造器和说明 |
|---|
DescribeVodDomainSrcBpsDataRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeVodDomainSrcBpsDataRequest |
build(Map<String,?> map) |
String |
getDomainName() |
String |
getEndTime() |
String |
getInterval() |
Long |
getOwnerId() |
String |
getStartTime() |
DescribeVodDomainSrcBpsDataRequest |
setDomainName(String domainName) |
DescribeVodDomainSrcBpsDataRequest |
setEndTime(String endTime) |
DescribeVodDomainSrcBpsDataRequest |
setInterval(String interval) |
DescribeVodDomainSrcBpsDataRequest |
setOwnerId(Long ownerId) |
DescribeVodDomainSrcBpsDataRequest |
setStartTime(String startTime) |
@NameInMap(value="DomainName") public String domainName
The accelerated domain name. You can specify a maximum of 500 domain names in a request. Separate multiple domain names with commas (,). If you specify multiple domain names in a request, aggregation results are returned.
If you leave this parameter empty, the origin bandwidth data for all accelerated domain names is queried by default.
@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 yyyy-MM-ddTHH:mm:ssZ format. The time must be in UTC.
@NameInMap(value="Interval") public String interval
The time interval between the data entries to return. Unit: seconds. Valid values:
* **300**: 5 minutes
* **3600**: 1 hour
* **86400**: 1 day
> The time granularity supported by the Interval parameter varies based on the time range per query specified by using `StartTime` and `EndTime`. For more information, see the **Time granularity** section of this topic.
@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 yyyy-MM-ddTHH:mm:ssZ format. The time must be in UTC.
If you leave this parameter empty, the origin bandwidth data that is generated in the last 24 hours is queried by default.
public static DescribeVodDomainSrcBpsDataRequest build(Map<String,?> map) throws Exception
Exceptionpublic DescribeVodDomainSrcBpsDataRequest setDomainName(String domainName)
public String getDomainName()
public DescribeVodDomainSrcBpsDataRequest setEndTime(String endTime)
public String getEndTime()
public DescribeVodDomainSrcBpsDataRequest setInterval(String interval)
public String getInterval()
public DescribeVodDomainSrcBpsDataRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DescribeVodDomainSrcBpsDataRequest setStartTime(String startTime)
public String getStartTime()
Copyright © 2024. All rights reserved.