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 | getName()Get 桶名称 | 
| String | getRegion()Get 桶所在地域
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setName(String Name)Set 桶名称 | 
| void | setRegion(String Region)Set 桶所在地域
注意:此字段可能返回 null,表示取不到有效值。 | 
| 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 getName()
public void setName(String Name)
Name - 桶名称public String getRegion()
public void setRegion(String Region)
Region - 桶所在地域
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.