public class TaskOutputStorage extends AbstractModel
header, skipSign
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,表示取不到有效值。
|
S3OutputStorage |
getS3OutputStorage()
Get 当 Type 为 AWS-S3 时有效,则该项为必填,表示媒体处理 AWS S3 输出位置。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getType()
Get 媒体处理输出对象存储位置的类型,支持:
COS:COS存储
AWS-S3:AWS 存储,只适用于AWS任务,且要求同区域
|
void |
setCosOutputStorage(CosOutputStorage CosOutputStorage)
Set 当 Type 为 COS 时有效,则该项为必填,表示媒体处理 COS 输出位置。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setS3OutputStorage(S3OutputStorage S3OutputStorage)
Set 当 Type 为 AWS-S3 时有效,则该项为必填,表示媒体处理 AWS S3 输出位置。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setType(String Type)
Set 媒体处理输出对象存储位置的类型,支持:
COS:COS存储
AWS-S3:AWS 存储,只适用于AWS任务,且要求同区域
|
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 TaskOutputStorage()
public TaskOutputStorage(TaskOutputStorage source)
public String getType()
public void setType(String Type)
Type
- 媒体处理输出对象存储位置的类型,支持:
public CosOutputStorage getCosOutputStorage()
public void setCosOutputStorage(CosOutputStorage CosOutputStorage)
CosOutputStorage
- 当 Type 为 COS 时有效,则该项为必填,表示媒体处理 COS 输出位置。
注意:此字段可能返回 null,表示取不到有效值。public S3OutputStorage getS3OutputStorage()
public void setS3OutputStorage(S3OutputStorage S3OutputStorage)
S3OutputStorage
- 当 Type 为 AWS-S3 时有效,则该项为必填,表示媒体处理 AWS S3 输出位置。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.