public class CosPathInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
CosPathInfo()  | 
CosPathInfo(CosPathInfo 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 Bucket.Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String[] | 
getPaths()
Get Path list. 
 | 
String | 
getRegion()
Get Region.Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setBucket(String Bucket)
Set Bucket.Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setPaths(String[] Paths)
Set Path list. 
 | 
void | 
setRegion(String Region)
Set Region.Note: This field may return null, indicating that no valid values can be obtained. 
 | 
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 CosPathInfo()
public CosPathInfo(CosPathInfo source)
public String getBucket()
public void setBucket(String Bucket)
Bucket - Bucket.Note: This field may return null, indicating that no valid values can be obtained.public String getRegion()
public void setRegion(String Region)
Region - Region.Note: This field may return null, indicating that no valid values can be obtained.public String[] getPaths()
public void setPaths(String[] Paths)
Paths - Path list. Only one path is supported.Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.