public class CosDataSource extends AbstractModel
| Constructor and Description |
|---|
CosDataSource() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBucket()
Get cos桶
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getDataDistributionType()
Get 分布式数据下载方式
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getDataType()
Get 数据类型
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getKeyPrefix()
Get cos文件key
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setBucket(String Bucket)
Set cos桶
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDataDistributionType(String DataDistributionType)
Set 分布式数据下载方式
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDataType(String DataType)
Set 数据类型
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setKeyPrefix(String KeyPrefix)
Set cos文件key
注意:此字段可能返回 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, toJsonStringpublic String getBucket()
public void setBucket(String Bucket)
Bucket - cos桶
注意:此字段可能返回 null,表示取不到有效值。public String getKeyPrefix()
public void setKeyPrefix(String KeyPrefix)
KeyPrefix - cos文件key
注意:此字段可能返回 null,表示取不到有效值。public String getDataDistributionType()
public void setDataDistributionType(String DataDistributionType)
DataDistributionType - 分布式数据下载方式
注意:此字段可能返回 null,表示取不到有效值。public String getDataType()
public void setDataType(String DataType)
DataType - 数据类型
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2020. All rights reserved.