public class StorageParams extends AbstractModel
header, skipSign
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 腾讯云对象存储COS以及第三方云存储的账号信息
|
CloudVod |
getCloudVod()
Get 腾讯云云点播Vod的存储信息
|
void |
setCloudStorage(CloudStorage CloudStorage)
Set 腾讯云对象存储COS以及第三方云存储的账号信息
|
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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public StorageParams()
public StorageParams(StorageParams source)
public CloudStorage getCloudStorage()
public void setCloudStorage(CloudStorage CloudStorage)
CloudStorage
- 腾讯云对象存储COS以及第三方云存储的账号信息public CloudVod getCloudVod()
public void setCloudVod(CloudVod CloudVod)
CloudVod
- 腾讯云云点播Vod的存储信息Copyright © 2024. All rights reserved.