public class GetMediaAuditAudioResultDetailRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
mediaId
The ID of the video.
|
String |
ownerAccount |
String |
ownerId |
Integer |
pageNo
The number of the page to return.
|
String |
resourceOwnerAccount |
String |
resourceOwnerId |
| 构造器和说明 |
|---|
GetMediaAuditAudioResultDetailRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetMediaAuditAudioResultDetailRequest |
build(Map<String,?> map) |
String |
getMediaId() |
String |
getOwnerAccount() |
String |
getOwnerId() |
Integer |
getPageNo() |
String |
getResourceOwnerAccount() |
String |
getResourceOwnerId() |
GetMediaAuditAudioResultDetailRequest |
setMediaId(String mediaId) |
GetMediaAuditAudioResultDetailRequest |
setOwnerAccount(String ownerAccount) |
GetMediaAuditAudioResultDetailRequest |
setOwnerId(String ownerId) |
GetMediaAuditAudioResultDetailRequest |
setPageNo(Integer pageNo) |
GetMediaAuditAudioResultDetailRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
GetMediaAuditAudioResultDetailRequest |
setResourceOwnerId(String resourceOwnerId) |
@NameInMap(value="MediaId") public String mediaId
The ID of the video. You can query the video ID by using the ApsaraVideo VOD console or calling the [SearchMedia](~~86044~~) operation.
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public String ownerId
@NameInMap(value="PageNo") public Integer pageNo
The number of the page to return. This parameter is optional. If you do not specify this parameter, all results are returned without pagination.
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public String resourceOwnerId
public static GetMediaAuditAudioResultDetailRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetMediaAuditAudioResultDetailRequest setMediaId(String mediaId)
public String getMediaId()
public GetMediaAuditAudioResultDetailRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public GetMediaAuditAudioResultDetailRequest setOwnerId(String ownerId)
public String getOwnerId()
public GetMediaAuditAudioResultDetailRequest setPageNo(Integer pageNo)
public Integer getPageNo()
public GetMediaAuditAudioResultDetailRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public GetMediaAuditAudioResultDetailRequest setResourceOwnerId(String resourceOwnerId)
public String getResourceOwnerId()
Copyright © 2024. All rights reserved.