public class UploadFansInfoCosInfo extends AbstractModel
Constructor and Description |
---|
UploadFansInfoCosInfo() |
UploadFansInfoCosInfo(UploadFansInfoCosInfo 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 COS bucket
|
String |
getKey()
Get COS路径
|
String |
getRegion()
Get COS区域
|
void |
setBucket(String Bucket)
Set COS bucket
|
void |
setKey(String Key)
Set COS路径
|
void |
setRegion(String Region)
Set COS区域
|
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 UploadFansInfoCosInfo()
public UploadFansInfoCosInfo(UploadFansInfoCosInfo source)
public String getBucket()
public void setBucket(String Bucket)
Bucket
- COS bucketpublic String getKey()
public void setKey(String Key)
Key
- COS路径public String getRegion()
public void setRegion(String Region)
Region
- COS区域Copyright © 2023. All rights reserved.