Class UploadFansInfoCosInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.zj.v20190121.models.UploadFansInfoCosInfo
-
public class UploadFansInfoCosInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBucket()Get COS bucketStringgetKey()Get COS路径StringgetRegion()Get COS区域voidsetBucket(String Bucket)Set COS bucketvoidsetKey(String Key)Set COS路径voidsetRegion(String Region)Set COS区域voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
UploadFansInfoCosInfo
public UploadFansInfoCosInfo()
-
UploadFansInfoCosInfo
public 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.
-
-
Method Detail
-
getBucket
public String getBucket()
Get COS bucket- Returns:
- Bucket COS bucket
-
setBucket
public void setBucket(String Bucket)
Set COS bucket- Parameters:
Bucket- COS bucket
-
getKey
public String getKey()
Get COS路径- Returns:
- Key COS路径
-
setKey
public void setKey(String Key)
Set COS路径- Parameters:
Key- COS路径
-
getRegion
public String getRegion()
Get COS区域- Returns:
- Region COS区域
-
setRegion
public void setRegion(String Region)
Set COS区域- Parameters:
Region- COS区域
-
-