public class BucketInfo extends AbstractModel
| 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 Name of the COS bucket | 
| String | getObject()Get Object key | 
| String | getRegion()Get Region | 
| void | setBucket(String Bucket)Set Name of the COS bucket | 
| void | setObject(String Object)Set Object key | 
| void | setRegion(String Region)Set Region | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic BucketInfo()
public BucketInfo(BucketInfo source)
public String getBucket()
public void setBucket(String Bucket)
Bucket - Name of the COS bucketpublic String getRegion()
public void setRegion(String Region)
Region - Regionpublic String getObject()
public void setObject(String Object)
Object - Object keyCopyright © 2023. All rights reserved.