public class RefreshUploadVideoRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
ownerId |
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
videoId
The ID of the audio or video file.
|
| 构造器和说明 |
|---|
RefreshUploadVideoRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static RefreshUploadVideoRequest |
build(Map<String,?> map) |
Long |
getOwnerId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
String |
getVideoId() |
RefreshUploadVideoRequest |
setOwnerId(Long ownerId) |
RefreshUploadVideoRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
RefreshUploadVideoRequest |
setResourceOwnerId(Long resourceOwnerId) |
RefreshUploadVideoRequest |
setVideoId(String videoId) |
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="VideoId") public String videoId
The ID of the audio or video file. You can use one of the following methods to obtain the 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 ID of the audio or video file.
* View the value of the VideoId parameter returned by the [CreateUploadVideo](~~55407~~) operation that you called to upload the audio or video file.
* View the value of the VideoId parameter returned by the [SearchMedia](~~86044~~) operation that you called to query the ID of the audio or video file after you upload the file.
public static RefreshUploadVideoRequest build(Map<String,?> map) throws Exception
Exceptionpublic RefreshUploadVideoRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public RefreshUploadVideoRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public RefreshUploadVideoRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public RefreshUploadVideoRequest setVideoId(String videoId)
public String getVideoId()
Copyright © 2024. All rights reserved.