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 当 Type 为 COS 时有效,则该项为必填,表示视频处理 COS 输出位置。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getType()
Get 视频处理输出对象存储位置的类型,现在仅支持 COS。
|
void |
setCosOutputStorage(CosOutputStorage CosOutputStorage)
Set 当 Type 为 COS 时有效,则该项为必填,表示视频处理 COS 输出位置。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setType(String Type)
Set 视频处理输出对象存储位置的类型,现在仅支持 COS。
|
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
- 视频处理输出对象存储位置的类型,现在仅支持 COS。public CosOutputStorage getCosOutputStorage()
public void setCosOutputStorage(CosOutputStorage CosOutputStorage)
CosOutputStorage
- 当 Type 为 COS 时有效,则该项为必填,表示视频处理 COS 输出位置。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.