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 The account information for third-party cloud storage. | 
| CloudVod | getCloudVod()Get The account information for saving files to Tencent Cloud VOD. | 
| void | setCloudStorage(CloudStorage CloudStorage)Set The account information for third-party cloud storage. | 
| void | setCloudVod(CloudVod CloudVod)Set The account information for saving files to Tencent Cloud 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, toJsonStringpublic StorageParams()
public StorageParams(StorageParams source)
public CloudStorage getCloudStorage()
public void setCloudStorage(CloudStorage CloudStorage)
CloudStorage - The account information for third-party cloud storage. This parameter is not available currently. Please use `CloudVod` instead to save files to Tencent Cloud VOD.public CloudVod getCloudVod()
public void setCloudVod(CloudVod CloudVod)
CloudVod - The account information for saving files to Tencent Cloud VOD. This parameter is required. Currently, you can only save files to Tencent Cloud VOD.Copyright © 2023. All rights reserved.