public class BucketInfo extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getBucket()Get 腾讯云对象存储,存储桶名称 | 
| String | getObject()Get 对象Key | 
| String | getRegion()Get 地域 | 
| void | setBucket(String Bucket)Set 腾讯云对象存储,存储桶名称 | 
| void | setObject(String Object)Set 对象Key | 
| void | setRegion(String Region)Set 地域 | 
| 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, toJsonStringpublic BucketInfo()
public BucketInfo(BucketInfo source)
public String getBucket()
public void setBucket(String Bucket)
Bucket - 腾讯云对象存储,存储桶名称public String getRegion()
public void setRegion(String Region)
Region - 地域public String getObject()
public void setObject(String Object)
Object - 对象KeyCopyright © 2025. All rights reserved.