public class ApplyUploadResponse extends AbstractModel
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 封面存储路径,用于上传接口存储封面的对象键(Key)。
|
String |
getMediaStoragePath()
Get 媒体存储路径,用于上传接口存储媒体的对象键(Key)。
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
String |
getStorageBucket()
Get 存储桶,用于上传接口 URL 的 bucket_name。
|
String |
getStorageRegion()
Get 存储园区,用于上传接口 Host 的 Region。
|
TempCertificate |
getTempCertificate()
Get 临时凭证,用于上传接口的权限验证。
|
String |
getVodSessionKey()
Get 点播会话,用于确认上传接口的参数 VodSessionKey。
|
void |
setCoverStoragePath(String CoverStoragePath)
Set 封面存储路径,用于上传接口存储封面的对象键(Key)。
|
void |
setMediaStoragePath(String MediaStoragePath)
Set 媒体存储路径,用于上传接口存储媒体的对象键(Key)。
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setStorageBucket(String StorageBucket)
Set 存储桶,用于上传接口 URL 的 bucket_name。
|
void |
setStorageRegion(String StorageRegion)
Set 存储园区,用于上传接口 Host 的 Region。
|
void |
setTempCertificate(TempCertificate TempCertificate)
Set 临时凭证,用于上传接口的权限验证。
|
void |
setVodSessionKey(String VodSessionKey)
Set 点播会话,用于确认上传接口的参数 VodSessionKey。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ApplyUploadResponse()
public ApplyUploadResponse(ApplyUploadResponse source)
public String getStorageBucket()
public void setStorageBucket(String StorageBucket)
StorageBucket
- 存储桶,用于上传接口 URL 的 bucket_name。public String getStorageRegion()
public void setStorageRegion(String StorageRegion)
StorageRegion
- 存储园区,用于上传接口 Host 的 Region。public String getVodSessionKey()
public void setVodSessionKey(String VodSessionKey)
VodSessionKey
- 点播会话,用于确认上传接口的参数 VodSessionKey。public String getMediaStoragePath()
public void setMediaStoragePath(String MediaStoragePath)
MediaStoragePath
- 媒体存储路径,用于上传接口存储媒体的对象键(Key)。public String getCoverStoragePath()
public void setCoverStoragePath(String CoverStoragePath)
CoverStoragePath
- 封面存储路径,用于上传接口存储封面的对象键(Key)。public TempCertificate getTempCertificate()
public void setTempCertificate(TempCertificate TempCertificate)
TempCertificate
- 临时凭证,用于上传接口的权限验证。public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2021. All rights reserved.