Class TaskOutputStorage
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mps.v20190612.models.TaskOutputStorage
-
public class TaskOutputStorage extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
TaskOutputStorage
public TaskOutputStorage()
-
TaskOutputStorage
public 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.
-
-
Method Detail
-
getType
public String getType()
Get 媒体处理输出对象存储位置的类型,支持:- COS:COS存储
- AWS-S3:AWS 存储,只适用于AWS任务,且要求同区域
- Returns:
- Type 媒体处理输出对象存储位置的类型,支持:
- COS:COS存储
- AWS-S3:AWS 存储,只适用于AWS任务,且要求同区域
-
setType
public void setType(String Type)
Set 媒体处理输出对象存储位置的类型,支持:- COS:COS存储
- AWS-S3:AWS 存储,只适用于AWS任务,且要求同区域
- Parameters:
Type
- 媒体处理输出对象存储位置的类型,支持:- COS:COS存储
- AWS-S3:AWS 存储,只适用于AWS任务,且要求同区域
-
getCosOutputStorage
public CosOutputStorage getCosOutputStorage()
Get 当 Type 为 COS 时有效,则该项为必填,表示媒体处理 COS 输出位置。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- CosOutputStorage 当 Type 为 COS 时有效,则该项为必填,表示媒体处理 COS 输出位置。 注意:此字段可能返回 null,表示取不到有效值。
-
setCosOutputStorage
public void setCosOutputStorage(CosOutputStorage CosOutputStorage)
Set 当 Type 为 COS 时有效,则该项为必填,表示媒体处理 COS 输出位置。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
CosOutputStorage
- 当 Type 为 COS 时有效,则该项为必填,表示媒体处理 COS 输出位置。 注意:此字段可能返回 null,表示取不到有效值。
-
getS3OutputStorage
public S3OutputStorage getS3OutputStorage()
Get 当 Type 为 AWS-S3 时有效,则该项为必填,表示媒体处理 AWS S3 输出位置。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- S3OutputStorage 当 Type 为 AWS-S3 时有效,则该项为必填,表示媒体处理 AWS S3 输出位置。 注意:此字段可能返回 null,表示取不到有效值。
-
setS3OutputStorage
public void setS3OutputStorage(S3OutputStorage S3OutputStorage)
Set 当 Type 为 AWS-S3 时有效,则该项为必填,表示媒体处理 AWS S3 输出位置。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
S3OutputStorage
- 当 Type 为 AWS-S3 时有效,则该项为必填,表示媒体处理 AWS S3 输出位置。 注意:此字段可能返回 null,表示取不到有效值。
-
-