public class TaskOutputStorage extends AbstractModel
Constructor and Description |
---|
TaskOutputStorage() |
TaskOutputStorage(TaskOutputStorage 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 The location to save the output object in COS.
|
String |
getType()
Get The type of storage location for the media processing output object.
|
void |
setCosOutputStorage(CosOutputStorage CosOutputStorage)
Set The location to save the output object in COS.
|
void |
setType(String Type)
Set The type of storage location for the media processing output object.
|
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 TaskOutputStorage()
public TaskOutputStorage(TaskOutputStorage source)
public String getType()
public void setType(String Type)
Type
- The type of storage location for the media processing output object. Only COS is supported currently.public CosOutputStorage getCosOutputStorage()
public void setCosOutputStorage(CosOutputStorage CosOutputStorage)
CosOutputStorage
- The location to save the output object in COS. This parameter is valid and required when `Type` is COS.
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2022. All rights reserved.