public class GetAuditHistoryRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
pageNo
The number of the page to return.
|
Long |
pageSize
The number of entries to return on each page.
|
String |
sortBy
The sorting rule of the results.
|
String |
videoId
The ID of the video.
|
| 构造器和说明 |
|---|
GetAuditHistoryRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetAuditHistoryRequest |
build(Map<String,?> map) |
Long |
getPageNo() |
Long |
getPageSize() |
String |
getSortBy() |
String |
getVideoId() |
GetAuditHistoryRequest |
setPageNo(Long pageNo) |
GetAuditHistoryRequest |
setPageSize(Long pageSize) |
GetAuditHistoryRequest |
setSortBy(String sortBy) |
GetAuditHistoryRequest |
setVideoId(String videoId) |
@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: **10**. Maximum value: **100**.
@NameInMap(value="SortBy") public String sortBy
The sorting rule of the results. Valid values:
* **CreationTime:Desc**: sorts the results based on the creation time in descending order. This is the default value.
* **CreationTime:Asc**: sorts the results based on the creation time in ascending order.
@NameInMap(value="VideoId") public String videoId
The ID of the video.
public static GetAuditHistoryRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetAuditHistoryRequest setPageNo(Long pageNo)
public Long getPageNo()
public GetAuditHistoryRequest setPageSize(Long pageSize)
public Long getPageSize()
public GetAuditHistoryRequest setSortBy(String sortBy)
public String getSortBy()
public GetAuditHistoryRequest setVideoId(String videoId)
public String getVideoId()
Copyright © 2024. All rights reserved.