public class DescribePlayTopVideosRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
bizDate
The time to query.
|
Long |
ownerId |
Long |
pageNo
The number of the page to return.
|
Long |
pageSize
The number of entries to return on each page.
|
| 构造器和说明 |
|---|
DescribePlayTopVideosRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribePlayTopVideosRequest |
build(Map<String,?> map) |
String |
getBizDate() |
Long |
getOwnerId() |
Long |
getPageNo() |
Long |
getPageSize() |
DescribePlayTopVideosRequest |
setBizDate(String bizDate) |
DescribePlayTopVideosRequest |
setOwnerId(Long ownerId) |
DescribePlayTopVideosRequest |
setPageNo(Long pageNo) |
DescribePlayTopVideosRequest |
setPageSize(Long pageSize) |
@NameInMap(value="BizDate") public String bizDate
The time 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="PageNo") public Long pageNo
The number of the page to return. Default value: **1**.
@NameInMap(value="PageSize") public Long pageSize
The number of entries to return on each page. Default value: **100**. Maximum value: **1000**.
public static DescribePlayTopVideosRequest build(Map<String,?> map) throws Exception
Exceptionpublic DescribePlayTopVideosRequest setBizDate(String bizDate)
public String getBizDate()
public DescribePlayTopVideosRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DescribePlayTopVideosRequest setPageNo(Long pageNo)
public Long getPageNo()
public DescribePlayTopVideosRequest setPageSize(Long pageSize)
public Long getPageSize()
Copyright © 2024. All rights reserved.