Class CosDownloadInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tsf.v20180326.models.CosDownloadInfo
-
public class CosDownloadInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CosDownloadInfo()CosDownloadInfo(CosDownloadInfo 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 桶名称 注意:此字段可能返回 null,表示取不到有效值。CosCredentialsgetCredentials()Get 鉴权信息 注意:此字段可能返回 null,表示取不到有效值。StringgetPath()Get 路径 注意:此字段可能返回 null,表示取不到有效值。StringgetRegion()Get 地域 注意:此字段可能返回 null,表示取不到有效值。voidsetBucket(String Bucket)Set 桶名称 注意:此字段可能返回 null,表示取不到有效值。voidsetCredentials(CosCredentials Credentials)Set 鉴权信息 注意:此字段可能返回 null,表示取不到有效值。voidsetPath(String Path)Set 路径 注意:此字段可能返回 null,表示取不到有效值。voidsetRegion(String Region)Set 地域 注意:此字段可能返回 null,表示取不到有效值。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
-
CosDownloadInfo
public CosDownloadInfo()
-
CosDownloadInfo
public CosDownloadInfo(CosDownloadInfo 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 桶名称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Bucket 桶名称 注意:此字段可能返回 null,表示取不到有效值。
-
setBucket
public void setBucket(String Bucket)
Set 桶名称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Bucket- 桶名称 注意:此字段可能返回 null,表示取不到有效值。
-
getRegion
public String getRegion()
Get 地域 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Region 地域 注意:此字段可能返回 null,表示取不到有效值。
-
setRegion
public void setRegion(String Region)
Set 地域 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Region- 地域 注意:此字段可能返回 null,表示取不到有效值。
-
getPath
public String getPath()
Get 路径 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Path 路径 注意:此字段可能返回 null,表示取不到有效值。
-
setPath
public void setPath(String Path)
Set 路径 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Path- 路径 注意:此字段可能返回 null,表示取不到有效值。
-
getCredentials
public CosCredentials getCredentials()
Get 鉴权信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Credentials 鉴权信息 注意:此字段可能返回 null,表示取不到有效值。
-
setCredentials
public void setCredentials(CosCredentials Credentials)
Set 鉴权信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Credentials- 鉴权信息 注意:此字段可能返回 null,表示取不到有效值。
-
-