public class DescribePlayVideoStatisRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
endTime
The end of the time range to query.
|
Long |
ownerId |
String |
startTime
The beginning of the time range to query.
|
String |
videoId
The video ID.
|
| 构造器和说明 |
|---|
DescribePlayVideoStatisRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribePlayVideoStatisRequest |
build(Map<String,?> map) |
String |
getEndTime() |
Long |
getOwnerId() |
String |
getStartTime() |
String |
getVideoId() |
DescribePlayVideoStatisRequest |
setEndTime(String endTime) |
DescribePlayVideoStatisRequest |
setOwnerId(Long ownerId) |
DescribePlayVideoStatisRequest |
setStartTime(String startTime) |
DescribePlayVideoStatisRequest |
setVideoId(String videoId) |
@NameInMap(value="EndTime") public String endTime
The end 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="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="VideoId") public String videoId
The video ID.
public static DescribePlayVideoStatisRequest build(Map<String,?> map) throws Exception
Exceptionpublic DescribePlayVideoStatisRequest setEndTime(String endTime)
public String getEndTime()
public DescribePlayVideoStatisRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DescribePlayVideoStatisRequest setStartTime(String startTime)
public String getStartTime()
public DescribePlayVideoStatisRequest setVideoId(String videoId)
public String getVideoId()
Copyright © 2024. All rights reserved.