Class FileOutput
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.vm.v20200709.models.FileOutput
-
public class FileOutput extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description FileOutput()FileOutput(FileOutput 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBucket()Get 存储的BucketStringgetObjectPrefix()Get 对象前缀StringgetRegion()Get Cos RegionvoidsetBucket(String Bucket)Set 存储的BucketvoidsetObjectPrefix(String ObjectPrefix)Set 对象前缀voidsetRegion(String Region)Set Cos RegionvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
FileOutput
public FileOutput()
-
FileOutput
public FileOutput(FileOutput 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.
-
-
Method Detail
-
getBucket
public String getBucket()
Get 存储的Bucket- Returns:
- Bucket 存储的Bucket
-
setBucket
public void setBucket(String Bucket)
Set 存储的Bucket- Parameters:
Bucket- 存储的Bucket
-
getRegion
public String getRegion()
Get Cos Region- Returns:
- Region Cos Region
-
setRegion
public void setRegion(String Region)
Set Cos Region- Parameters:
Region- Cos Region
-
getObjectPrefix
public String getObjectPrefix()
Get 对象前缀- Returns:
- ObjectPrefix 对象前缀
-
setObjectPrefix
public void setObjectPrefix(String ObjectPrefix)
Set 对象前缀- Parameters:
ObjectPrefix- 对象前缀
-
-