public class DescribeVodStorageDataRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
endTime
The end of the time range to query.
|
Long |
ownerId |
String |
region
The region in which you want to query storage data.
|
String |
startTime
The beginning of the time range to query.
|
String |
storage
The name of the Object Storage Service (OSS) bucket.
|
String |
storageType
The storage type.
|
| 构造器和说明 |
|---|
DescribeVodStorageDataRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeVodStorageDataRequest |
build(Map<String,?> map) |
String |
getEndTime() |
Long |
getOwnerId() |
String |
getRegion() |
String |
getStartTime() |
String |
getStorage() |
String |
getStorageType() |
DescribeVodStorageDataRequest |
setEndTime(String endTime) |
DescribeVodStorageDataRequest |
setOwnerId(Long ownerId) |
DescribeVodStorageDataRequest |
setRegion(String region) |
DescribeVodStorageDataRequest |
setStartTime(String startTime) |
DescribeVodStorageDataRequest |
setStorage(String storage) |
DescribeVodStorageDataRequest |
setStorageType(String storageType) |
@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="OwnerId") public Long ownerId
@NameInMap(value="Region") public String region
The region in which you want to query storage data. If you leave this parameter empty, data in all regions is returned. Separate multiple regions with commas (,). Valid values:
* **cn-shanghai**: China (Shanghai)
* **cn-beijing**: China (Beijing)
* **eu-central-1**: Germany (Frankfurt)
* **ap-southeast-1**: Singapore
@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="Storage") public String storage
The name of the Object Storage Service (OSS) bucket. If you leave this parameter empty, data of all buckets is returned. Separate multiple bucket names with commas (,).
@NameInMap(value="StorageType") public String storageType
The storage type. Set the value to **OSS**.
public static DescribeVodStorageDataRequest build(Map<String,?> map) throws Exception
Exceptionpublic DescribeVodStorageDataRequest setEndTime(String endTime)
public String getEndTime()
public DescribeVodStorageDataRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DescribeVodStorageDataRequest setRegion(String region)
public String getRegion()
public DescribeVodStorageDataRequest setStartTime(String startTime)
public String getStartTime()
public DescribeVodStorageDataRequest setStorage(String storage)
public String getStorage()
public DescribeVodStorageDataRequest setStorageType(String storageType)
public String getStorageType()
Copyright © 2024. All rights reserved.