public class MediaOutputInfo extends AbstractModel
skipSign
Constructor and Description |
---|
MediaOutputInfo() |
MediaOutputInfo(MediaOutputInfo 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 Bucket of output file.
|
String |
getDir()
Get Path to output file, which must end in "/".
|
String |
getRegion()
Get Region of the bucket where an output file is stored, such as ap-guangzhou.
|
void |
setBucket(String Bucket)
Set Bucket of output file.
|
void |
setDir(String Dir)
Set Path to output file, which must end in "/".
|
void |
setRegion(String Region)
Set Region of the bucket where an output file is stored, such as ap-guangzhou.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public MediaOutputInfo()
public MediaOutputInfo(MediaOutputInfo source)
public String getRegion()
public void setRegion(String Region)
Region
- Region of the bucket where an output file is stored, such as ap-guangzhou.public String getBucket()
public void setBucket(String Bucket)
Bucket
- Bucket of output file.public String getDir()
public void setDir(String Dir)
Dir
- Path to output file, which must end in "/".Copyright © 2023. All rights reserved.