public class OutputStorage extends AbstractModel
header, skipSign
Constructor and Description |
---|
OutputStorage() |
OutputStorage(OutputStorage 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 |
---|---|
CosOutputStorage |
getCosOutputStorage()
Get cos output storage information.
|
String |
getType()
Get VOD remux task output storage type.
|
void |
setCosOutputStorage(CosOutputStorage CosOutputStorage)
Set cos output storage information.
|
void |
setType(String Type)
Set VOD remux task output storage type.
|
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 OutputStorage()
public OutputStorage(OutputStorage source)
public String getType()
public void setType(String Type)
Type
- VOD remux task output storage type. Only support COS type.public CosOutputStorage getCosOutputStorage()
public void setCosOutputStorage(CosOutputStorage CosOutputStorage)
CosOutputStorage
- cos output storage information.Copyright © 2025. All rights reserved.