Class BucketInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.vm.v20200709.models.BucketInfo
-
public class BucketInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description BucketInfo()BucketInfo(BucketInfo 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 腾讯云对象存储,存储桶名称StringgetObject()Get 对象KeyStringgetRegion()Get 地域voidsetBucket(String Bucket)Set 腾讯云对象存储,存储桶名称voidsetObject(String Object)Set 对象KeyvoidsetRegion(String Region)Set 地域voidtoMap(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
-
BucketInfo
public BucketInfo()
-
BucketInfo
public BucketInfo(BucketInfo 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 腾讯云对象存储,存储桶名称- Returns:
- Bucket 腾讯云对象存储,存储桶名称
-
setBucket
public void setBucket(String Bucket)
Set 腾讯云对象存储,存储桶名称- Parameters:
Bucket- 腾讯云对象存储,存储桶名称
-
getRegion
public String getRegion()
Get 地域- Returns:
- Region 地域
-
setRegion
public void setRegion(String Region)
Set 地域- Parameters:
Region- 地域
-
getObject
public String getObject()
Get 对象Key- Returns:
- Object 对象Key
-
setObject
public void setObject(String Object)
Set 对象Key- Parameters:
Object- 对象Key
-
-