public class CosInputInfo extends AbstractModel
Constructor and Description |
---|
CosInputInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getBucket()
Get Name of the COS bucket where a video processing object file is located, such as `TopRankVideo-125xxx88`.
|
String |
getObject()
Get Path to an input object file for video processing, such as `/movie/201907/WildAnimal.mov`.
|
String |
getRegion()
Get Region of the COS bucket where a video processing object file is located, such as `ap-chongqing`.
|
void |
setBucket(String Bucket)
Set Name of the COS bucket where a video processing object file is located, such as `TopRankVideo-125xxx88`.
|
void |
setObject(String Object)
Set Path to an input object file for video processing, such as `/movie/201907/WildAnimal.mov`.
|
void |
setRegion(String Region)
Set Region of the COS bucket where a video processing object file is located, such as `ap-chongqing`.
|
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 getBucket()
public void setBucket(String Bucket)
Bucket
- Name of the COS bucket where a video processing object file is located, such as `TopRankVideo-125xxx88`.public String getRegion()
public void setRegion(String Region)
Region
- Region of the COS bucket where a video processing object file is located, such as `ap-chongqing`.public String getObject()
public void setObject(String Object)
Object
- Path to an input object file for video processing, such as `/movie/201907/WildAnimal.mov`.Copyright © 2020. All rights reserved.