public class LocationInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| LocationInfo() | 
| LocationInfo(LocationInfo 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 | getDataLocation()Get location路径 | 
| void | setBucket(String Bucket)Set 桶名称 | 
| void | setDataLocation(String DataLocation)Set location路径 | 
| 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 LocationInfo()
public LocationInfo(LocationInfo source)
public String getBucket()
public void setBucket(String Bucket)
Bucket - 桶名称public String getDataLocation()
public void setDataLocation(String DataLocation)
DataLocation - location路径Copyright © 2025. All rights reserved.