public class StorageParams extends AbstractModel
Constructor and Description |
---|
StorageParams() |
StorageParams(StorageParams 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 |
---|---|
CloudStorage |
getCloudStorage()
Get 第三方云存储的账号信息(CloudStorage参数暂不可用,请使用CloudVod参数存储至云点播)。
|
CloudVod |
getCloudVod()
Get 【必填】腾讯云云点播的账号信息,目前仅支持存储至腾讯云点播VOD。
|
void |
setCloudStorage(CloudStorage CloudStorage)
Set 第三方云存储的账号信息(CloudStorage参数暂不可用,请使用CloudVod参数存储至云点播)。
|
void |
setCloudVod(CloudVod CloudVod)
Set 【必填】腾讯云云点播的账号信息,目前仅支持存储至腾讯云点播VOD。
|
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 StorageParams()
public StorageParams(StorageParams source)
public CloudStorage getCloudStorage()
public void setCloudStorage(CloudStorage CloudStorage)
CloudStorage
- 第三方云存储的账号信息(CloudStorage参数暂不可用,请使用CloudVod参数存储至云点播)。public CloudVod getCloudVod()
public void setCloudVod(CloudVod CloudVod)
CloudVod
- 【必填】腾讯云云点播的账号信息,目前仅支持存储至腾讯云点播VOD。Copyright © 2022. All rights reserved.