public class CosInputInfo extends AbstractModel
Constructor and Description |
---|
CosInputInfo() |
CosInputInfo(CosInputInfo 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 |
---|---|
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 CosInputInfo()
public CosInputInfo(CosInputInfo source)
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 © 2021. All rights reserved.