public class DescribeVodAIDataRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
AIType
The type of video AI.
|
String |
endTime
The end of the time range to query.
|
Long |
ownerId |
String |
region
The region in which you want to query data.
|
String |
startTime
The beginning of the time range to query.
|
| 构造器和说明 |
|---|
DescribeVodAIDataRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeVodAIDataRequest |
build(Map<String,?> map) |
String |
getAIType() |
String |
getEndTime() |
Long |
getOwnerId() |
String |
getRegion() |
String |
getStartTime() |
DescribeVodAIDataRequest |
setAIType(String AIType) |
DescribeVodAIDataRequest |
setEndTime(String endTime) |
DescribeVodAIDataRequest |
setOwnerId(Long ownerId) |
DescribeVodAIDataRequest |
setRegion(String region) |
DescribeVodAIDataRequest |
setStartTime(String startTime) |
@NameInMap(value="AIType") public String AIType
The type of video AI. If you leave this parameter empty, statistics on video AI of all types are returned. Separate multiple types with commas (,). Valid values:
* **AIVideoCensor**: automated review
* **AIVideoFPShot**: media fingerprinting
* **AIVideoTag**: smart tagging
@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-ddTHH:mm:ssZ` 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 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-ddTHH:mm:ssZ` format. The time must be in UTC.
public static DescribeVodAIDataRequest build(Map<String,?> map) throws Exception
Exceptionpublic DescribeVodAIDataRequest setAIType(String AIType)
public String getAIType()
public DescribeVodAIDataRequest setEndTime(String endTime)
public String getEndTime()
public DescribeVodAIDataRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DescribeVodAIDataRequest setRegion(String region)
public String getRegion()
public DescribeVodAIDataRequest setStartTime(String startTime)
public String getStartTime()
Copyright © 2024. All rights reserved.