public class RefreshUploadVideoResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
requestId
The ID of the request.
|
String |
uploadAddress
The upload URL.
|
String |
uploadAuth
The upload credential.
|
String |
videoId
The ID of the audio or video file.
|
| 构造器和说明 |
|---|
RefreshUploadVideoResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static RefreshUploadVideoResponseBody |
build(Map<String,?> map) |
String |
getRequestId() |
String |
getUploadAddress() |
String |
getUploadAuth() |
String |
getVideoId() |
RefreshUploadVideoResponseBody |
setRequestId(String requestId) |
RefreshUploadVideoResponseBody |
setUploadAddress(String uploadAddress) |
RefreshUploadVideoResponseBody |
setUploadAuth(String uploadAuth) |
RefreshUploadVideoResponseBody |
setVideoId(String videoId) |
@NameInMap(value="RequestId") public String requestId
The ID of the request.
@NameInMap(value="UploadAddress") public String uploadAddress
The upload URL.
> The upload URL returned by this operation is Base64-encoded. Before you can use an SDK or an API operation to upload a media asset based on the upload URL, you must decode the upload URL by using the Base64 algorithm. You must parse the upload URL only if you use native Object Storage Service (OSS) SDKs or OSS API for uploads.
@NameInMap(value="UploadAuth") public String uploadAuth
The upload credential.
> The upload credential returned by this operation is Base64-encoded. Before you can use an SDK or an API operation to upload a media asset based on the upload credential, you must decode the upload credential by using the Base64 algorithm. You must parse the upload credential only if you use native OSS SDKs or OSS API for uploads.
@NameInMap(value="VideoId") public String videoId
The ID of the audio or video file.
public static RefreshUploadVideoResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic RefreshUploadVideoResponseBody setRequestId(String requestId)
public String getRequestId()
public RefreshUploadVideoResponseBody setUploadAddress(String uploadAddress)
public String getUploadAddress()
public RefreshUploadVideoResponseBody setUploadAuth(String uploadAuth)
public String getUploadAuth()
public RefreshUploadVideoResponseBody setVideoId(String videoId)
public String getVideoId()
Copyright © 2024. All rights reserved.