public class TaskOutputStorage extends AbstractModel
Constructor and Description |
---|
TaskOutputStorage() |
Modifier and Type | Method and Description |
---|---|
CosOutputStorage |
getCosOutputStorage()
Get This parameter is valid and required when `Type` is COS, indicating the location of an output COS object after video processing.
|
String |
getType()
Get Storage location type of a video processing output object.
|
void |
setCosOutputStorage(CosOutputStorage CosOutputStorage)
Set This parameter is valid and required when `Type` is COS, indicating the location of an output COS object after video processing.
|
void |
setType(String Type)
Set Storage location type of a video 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 String getType()
public void setType(String Type)
Type
- Storage location type of a video processing output object. Only COS is supported currently.public CosOutputStorage getCosOutputStorage()
public void setCosOutputStorage(CosOutputStorage CosOutputStorage)
CosOutputStorage
- This parameter is valid and required when `Type` is COS, indicating the location of an output COS object after video processing.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2020. All rights reserved.