public class MediaInputInfo extends AbstractModel
| Constructor and Description | 
|---|
| MediaInputInfo() | 
| MediaInputInfo(MediaInputInfo 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 | 
|---|---|
| CosInputInfo | getCosInputInfo()Get The information of the COS object to process. | 
| String | getType()Get The type of video processing input object, which supports COS and URL. | 
| UrlInputInfo | getUrlInputInfo()Get The URL of the object to process. | 
| void | setCosInputInfo(CosInputInfo CosInputInfo)Set The information of the COS object to process. | 
| void | setType(String Type)Set The type of video processing input object, which supports COS and URL. | 
| void | setUrlInputInfo(UrlInputInfo UrlInputInfo)Set The URL of the object to process. | 
| 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, toJsonStringpublic MediaInputInfo()
public MediaInputInfo(MediaInputInfo source)
public String getType()
public void setType(String Type)
Type - The type of video processing input object, which supports COS and URL.public CosInputInfo getCosInputInfo()
public void setCosInputInfo(CosInputInfo CosInputInfo)
CosInputInfo - The information of the COS object to process. This parameter is valid and required when `Type` is `COS`.public UrlInputInfo getUrlInputInfo()
public void setUrlInputInfo(UrlInputInfo UrlInputInfo)
UrlInputInfo - The URL of the object to process. This parameter is valid and required when `Type` is `URL`.
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2022. All rights reserved.