public class DescribeVodDomainUsageDataRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
area
The region in which you want to query data.
|
String |
domainName
The accelerated domain name.
|
String |
endTime
The end of the time range to query.
|
String |
field
The type of the data to return.
|
String |
interval
The time interval between the data entries to return.
|
Long |
ownerId |
String |
startTime
The beginning of the time range to query.
|
String |
type
The type of content that you want to query.
|
| 构造器和说明 |
|---|
DescribeVodDomainUsageDataRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeVodDomainUsageDataRequest |
build(Map<String,?> map) |
String |
getArea() |
String |
getDomainName() |
String |
getEndTime() |
String |
getField() |
String |
getInterval() |
Long |
getOwnerId() |
String |
getStartTime() |
String |
getType() |
DescribeVodDomainUsageDataRequest |
setArea(String area) |
DescribeVodDomainUsageDataRequest |
setDomainName(String domainName) |
DescribeVodDomainUsageDataRequest |
setEndTime(String endTime) |
DescribeVodDomainUsageDataRequest |
setField(String field) |
DescribeVodDomainUsageDataRequest |
setInterval(String interval) |
DescribeVodDomainUsageDataRequest |
setOwnerId(Long ownerId) |
DescribeVodDomainUsageDataRequest |
setStartTime(String startTime) |
DescribeVodDomainUsageDataRequest |
setType(String type) |
@NameInMap(value="Area") public String area
The region in which you want to query data. Default value: CN. Valid values:
* **CN**: the Chinese mainland.
* **OverSeas**: outside the Chinese mainland.
@NameInMap(value="DomainName") public String domainName
The accelerated domain name. If you leave this parameter empty, the merged data of all your accelerated domain names is returned. Separate multiple accelerated domain names 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="Field") public String field
The type of the data to return. Valid values:
* **bps**: bandwidth
* **traf**: traffic
@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), and **86400** (1 day).
* If **Interval** is set to **300**, you can query usage data in the last six months. The maximum time range per query that can be specified is three days.
* If **Interval** is set to **3600** or **86400**, you can query usage data of the previous year.
* If you do not set the **Interval** parameter, the maximum time range that you can query is one month. If you specify a time range of 1 to 3 days, the time interval between the entries that are returned is 1 hour. If you specify a time range of at least 4 days, the time interval between the entries that are returned is 1 day.
@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.
@NameInMap(value="Type") public String type
The type of content that you want to query. Valid values:
* **static**: static content
* **dynamic**: dynamic requests
* **all**: all content
public static DescribeVodDomainUsageDataRequest build(Map<String,?> map) throws Exception
Exceptionpublic DescribeVodDomainUsageDataRequest setArea(String area)
public String getArea()
public DescribeVodDomainUsageDataRequest setDomainName(String domainName)
public String getDomainName()
public DescribeVodDomainUsageDataRequest setEndTime(String endTime)
public String getEndTime()
public DescribeVodDomainUsageDataRequest setField(String field)
public String getField()
public DescribeVodDomainUsageDataRequest setInterval(String interval)
public String getInterval()
public DescribeVodDomainUsageDataRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DescribeVodDomainUsageDataRequest setStartTime(String startTime)
public String getStartTime()
public DescribeVodDomainUsageDataRequest setType(String type)
public String getType()
Copyright © 2024. All rights reserved.