public class CosOutputStorage extends AbstractModel
Constructor and Description |
---|
CosOutputStorage() |
Modifier and Type | Method and Description |
---|---|
String |
getBucket()
Get Name of the target bucket of a video processing output file, such as `TopRankVideo-125xxx88`.
|
String |
getRegion()
Get Region of the target bucket of a video processing output file, such as `ap-chongqing`.
|
void |
setBucket(String Bucket)
Set Name of the target bucket of a video processing output file, such as `TopRankVideo-125xxx88`.
|
void |
setRegion(String Region)
Set Region of the target bucket of a video processing output file, 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 target bucket of a video processing output file, such as `TopRankVideo-125xxx88`. If this parameter is left empty, the parameter of the upper folder will be inherited.public String getRegion()
public void setRegion(String Region)
Region
- Region of the target bucket of a video processing output file, such as `ap-chongqing`. If this parameter is left empty, the parameter of the upper folder will be inherited.Copyright © 2020. All rights reserved.