public class DeleteMultipartUploadRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
mediaId
The ID of the media file, namely, the audio or video ID.
|
String |
mediaType
The type of the media file.
|
String |
ownerAccount |
| 构造器和说明 |
|---|
DeleteMultipartUploadRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DeleteMultipartUploadRequest |
build(Map<String,?> map) |
String |
getMediaId() |
String |
getMediaType() |
String |
getOwnerAccount() |
DeleteMultipartUploadRequest |
setMediaId(String mediaId) |
DeleteMultipartUploadRequest |
setMediaType(String mediaType) |
DeleteMultipartUploadRequest |
setOwnerAccount(String ownerAccount) |
@NameInMap(value="MediaId") public String mediaId
The ID of the media file, namely, the audio or video ID. You can use one of the following methods to obtain the audio or video ID:
* Log on to the [ApsaraVideo VOD](https://vod.console.aliyun.com) console. In the left-side navigation pane, choose **Media Files** > **Audio/Video**. On the Video and Audio page, you can view the audio or video ID. Use this method if the audio or video file is uploaded by using the ApsaraVideo VOD console.
* View the value of the VideoId parameter returned by the [CreateUploadVideo](~~55407~~) operation that you called to obtain an upload URL and credential.
* View the value of the VideoId parameter returned by the [SearchMedia](~~86044~~) operation that you called to query an audio or video ID after the audio or video file is uploaded.
@NameInMap(value="MediaType") public String mediaType
The type of the media file. Set the value to **video**, which indicates audio and video files.
@NameInMap(value="OwnerAccount") public String ownerAccount
public static DeleteMultipartUploadRequest build(Map<String,?> map) throws Exception
Exceptionpublic DeleteMultipartUploadRequest setMediaId(String mediaId)
public String getMediaId()
public DeleteMultipartUploadRequest setMediaType(String mediaType)
public String getMediaType()
public DeleteMultipartUploadRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
Copyright © 2024. All rights reserved.