Class CosDataSource
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tione.v20191022.models.CosDataSource
-
public class CosDataSource extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CosDataSource()CosDataSource(CosDataSource 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桶 注意:此字段可能返回 null,表示取不到有效值。StringgetDataDistributionType()Get 分布式数据下载方式 注意:此字段可能返回 null,表示取不到有效值。StringgetDataType()Get 数据类型 注意:此字段可能返回 null,表示取不到有效值。StringgetKeyPrefix()Get cos文件key 注意:此字段可能返回 null,表示取不到有效值。voidsetBucket(String Bucket)Set cos桶 注意:此字段可能返回 null,表示取不到有效值。voidsetDataDistributionType(String DataDistributionType)Set 分布式数据下载方式 注意:此字段可能返回 null,表示取不到有效值。voidsetDataType(String DataType)Set 数据类型 注意:此字段可能返回 null,表示取不到有效值。voidsetKeyPrefix(String KeyPrefix)Set cos文件key 注意:此字段可能返回 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
-
CosDataSource
public CosDataSource()
-
CosDataSource
public CosDataSource(CosDataSource 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桶 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Bucket cos桶 注意:此字段可能返回 null,表示取不到有效值。
-
setBucket
public void setBucket(String Bucket)
Set cos桶 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Bucket- cos桶 注意:此字段可能返回 null,表示取不到有效值。
-
getKeyPrefix
public String getKeyPrefix()
Get cos文件key 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- KeyPrefix cos文件key 注意:此字段可能返回 null,表示取不到有效值。
-
setKeyPrefix
public void setKeyPrefix(String KeyPrefix)
Set cos文件key 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
KeyPrefix- cos文件key 注意:此字段可能返回 null,表示取不到有效值。
-
getDataDistributionType
public String getDataDistributionType()
Get 分布式数据下载方式 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- DataDistributionType 分布式数据下载方式 注意:此字段可能返回 null,表示取不到有效值。
-
setDataDistributionType
public void setDataDistributionType(String DataDistributionType)
Set 分布式数据下载方式 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
DataDistributionType- 分布式数据下载方式 注意:此字段可能返回 null,表示取不到有效值。
-
getDataType
public String getDataType()
Get 数据类型 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- DataType 数据类型 注意:此字段可能返回 null,表示取不到有效值。
-
setDataType
public void setDataType(String DataType)
Set 数据类型 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
DataType- 数据类型 注意:此字段可能返回 null,表示取不到有效值。
-
-