public class ApplyUploadResponse extends AbstractModel
skipSign| Constructor and Description |
|---|
ApplyUploadResponse() |
ApplyUploadResponse(ApplyUploadResponse source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCoverStoragePath()
Get Cover storage path, which is used as the `Key` of the stored cover of the upload API.
|
String |
getMediaStoragePath()
Get Media storage path, which is used as the `Key` of the stored media of the upload API.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
String |
getStorageBucket()
Get Storage bucket, which is used as the `bucket_name` in the URL of the upload API.
|
String |
getStorageRegion()
Get Storage region, which is used as the `Region` in the `Host` of the upload API.
|
TempCertificate |
getTempCertificate()
Get Temporary credential, which is used for authentication of the upload API.
|
String |
getVodSessionKey()
Get VOD session, which is used to confirm the `VodSessionKey` parameter of the upload API.
|
void |
setCoverStoragePath(String CoverStoragePath)
Set Cover storage path, which is used as the `Key` of the stored cover of the upload API.
|
void |
setMediaStoragePath(String MediaStoragePath)
Set Media storage path, which is used as the `Key` of the stored media of the upload API.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setStorageBucket(String StorageBucket)
Set Storage bucket, which is used as the `bucket_name` in the URL of the upload API.
|
void |
setStorageRegion(String StorageRegion)
Set Storage region, which is used as the `Region` in the `Host` of the upload API.
|
void |
setTempCertificate(TempCertificate TempCertificate)
Set Temporary credential, which is used for authentication of the upload API.
|
void |
setVodSessionKey(String VodSessionKey)
Set VOD session, which is used to confirm the `VodSessionKey` parameter of the upload API.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ApplyUploadResponse()
public ApplyUploadResponse(ApplyUploadResponse source)
public String getStorageBucket()
public void setStorageBucket(String StorageBucket)
StorageBucket - Storage bucket, which is used as the `bucket_name` in the URL of the upload API.public String getStorageRegion()
public void setStorageRegion(String StorageRegion)
StorageRegion - Storage region, which is used as the `Region` in the `Host` of the upload API.public String getVodSessionKey()
public void setVodSessionKey(String VodSessionKey)
VodSessionKey - VOD session, which is used to confirm the `VodSessionKey` parameter of the upload API.public String getMediaStoragePath()
public void setMediaStoragePath(String MediaStoragePath)
MediaStoragePath - Media storage path, which is used as the `Key` of the stored media of the upload API.
Note: this field may return null, indicating that no valid values can be obtained.public String getCoverStoragePath()
public void setCoverStoragePath(String CoverStoragePath)
CoverStoragePath - Cover storage path, which is used as the `Key` of the stored cover of the upload API.
Note: this field may return null, indicating that no valid values can be obtained.public TempCertificate getTempCertificate()
public void setTempCertificate(TempCertificate TempCertificate)
TempCertificate - Temporary credential, which is used for authentication of the upload API.public String getRequestId()
public void setRequestId(String RequestId)
RequestId - The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2023. All rights reserved.