public class CosOutputStorage extends AbstractModel
header, skipSign
Constructor and Description |
---|
CosOutputStorage() |
CosOutputStorage(CosOutputStorage 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 cos bucket name.
|
String |
getOutputDir()
Get cos directory of vod remux task result.
|
String |
getRegion()
Get region name of your cos bucket.
|
void |
setBucket(String Bucket)
Set cos bucket name.
|
void |
setOutputDir(String OutputDir)
Set cos directory of vod remux task result.
|
void |
setRegion(String Region)
Set region name of your cos bucket.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CosOutputStorage()
public CosOutputStorage(CosOutputStorage source)
public String getBucket()
public void setBucket(String Bucket)
Bucket
- cos bucket name.public String getRegion()
public void setRegion(String Region)
Region
- region name of your cos bucket.public String getOutputDir()
public void setOutputDir(String OutputDir)
OutputDir
- cos directory of vod remux task result.Copyright © 2025. All rights reserved.