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 storage.
|
CloudVod |
getCloudVod()
Get The account information for VOD storage.
|
void |
setCloudStorage(CloudStorage CloudStorage)
Set The account information for third-party storage.
|
void |
setCloudVod(CloudVod CloudVod)
Set The account information for VOD storage.
|
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
- The account information for third-party storage. Please note that if you save files to COS, a recording-to-COS fee will be incurred. For details, see the document "Billing of On-Cloud Recording". If you save files to VOD, there won't be such a fee.public CloudVod getCloudVod()
public void setCloudVod(CloudVod CloudVod)
CloudVod
- The account information for VOD storage.Copyright © 2023. All rights reserved.