public class MediaInputInfo extends AbstractModel
Constructor and Description |
---|
MediaInputInfo() |
Modifier and Type | Method and Description |
---|---|
CosInputInfo |
getCosInputInfo()
Get 当 Type 为 COS 时有效,则该项为必填,表示视频处理 COS 对象信息。
|
String |
getType()
Get 输入来源对象的类型,支持 COS 和 URL 两种。
|
UrlInputInfo |
getUrlInputInfo()
Get 当 Type 为 URL 时有效,则该项为必填,表示视频处理 URL 对象信息。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCosInputInfo(CosInputInfo CosInputInfo)
Set 当 Type 为 COS 时有效,则该项为必填,表示视频处理 COS 对象信息。
|
void |
setType(String Type)
Set 输入来源对象的类型,支持 COS 和 URL 两种。
|
void |
setUrlInputInfo(UrlInputInfo UrlInputInfo)
Set 当 Type 为 URL 时有效,则该项为必填,表示视频处理 URL 对象信息。
注意:此字段可能返回 null,表示取不到有效值。
|
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
- 输入来源对象的类型,支持 COS 和 URL 两种。public CosInputInfo getCosInputInfo()
public void setCosInputInfo(CosInputInfo CosInputInfo)
CosInputInfo
- 当 Type 为 COS 时有效,则该项为必填,表示视频处理 COS 对象信息。public UrlInputInfo getUrlInputInfo()
public void setUrlInputInfo(UrlInputInfo UrlInputInfo)
UrlInputInfo
- 当 Type 为 URL 时有效,则该项为必填,表示视频处理 URL 对象信息。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.