public class ResourceLocParam extends AbstractModel
Constructor and Description |
---|
ResourceLocParam() |
ResourceLocParam(ResourceLocParam 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
|
String |
getPath()
Get 资源路径
|
String |
getRegion()
Get 资源所在地域,如果不填,则使用Resource的Region
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setBucket(String Bucket)
Set 资源bucket
|
void |
setPath(String Path)
Set 资源路径
|
void |
setRegion(String Region)
Set 资源所在地域,如果不填,则使用Resource的Region
注意:此字段可能返回 null,表示取不到有效值。
|
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, toJsonString
public ResourceLocParam()
public ResourceLocParam(ResourceLocParam source)
public String getBucket()
public void setBucket(String Bucket)
Bucket
- 资源bucketpublic String getPath()
public void setPath(String Path)
Path
- 资源路径public String getRegion()
public void setRegion(String Region)
Region
- 资源所在地域,如果不填,则使用Resource的Region
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.