Class InputDataConfig
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tione.v20191022.models.InputDataConfig
-
public class InputDataConfig extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description InputDataConfig()InputDataConfig(InputDataConfig 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 StringgetChannelName()Get 通道名 注意:此字段可能返回 null,表示取不到有效值。StringgetContentType()Get 文件类型 注意:此字段可能返回 null,表示取不到有效值。DataSourcegetDataSource()Get 数据源配置 注意:此字段可能返回 null,表示取不到有效值。StringgetInputMode()Get 输入类型 注意:此字段可能返回 null,表示取不到有效值。voidsetChannelName(String ChannelName)Set 通道名 注意:此字段可能返回 null,表示取不到有效值。voidsetContentType(String ContentType)Set 文件类型 注意:此字段可能返回 null,表示取不到有效值。voidsetDataSource(DataSource DataSource)Set 数据源配置 注意:此字段可能返回 null,表示取不到有效值。voidsetInputMode(String InputMode)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
-
InputDataConfig
public InputDataConfig()
-
InputDataConfig
public InputDataConfig(InputDataConfig 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
-
getChannelName
public String getChannelName()
Get 通道名 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ChannelName 通道名 注意:此字段可能返回 null,表示取不到有效值。
-
setChannelName
public void setChannelName(String ChannelName)
Set 通道名 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ChannelName- 通道名 注意:此字段可能返回 null,表示取不到有效值。
-
getDataSource
public DataSource getDataSource()
Get 数据源配置 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- DataSource 数据源配置 注意:此字段可能返回 null,表示取不到有效值。
-
setDataSource
public void setDataSource(DataSource DataSource)
Set 数据源配置 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
DataSource- 数据源配置 注意:此字段可能返回 null,表示取不到有效值。
-
getInputMode
public String getInputMode()
Get 输入类型 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- InputMode 输入类型 注意:此字段可能返回 null,表示取不到有效值。
-
setInputMode
public void setInputMode(String InputMode)
Set 输入类型 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
InputMode- 输入类型 注意:此字段可能返回 null,表示取不到有效值。
-
getContentType
public String getContentType()
Get 文件类型 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ContentType 文件类型 注意:此字段可能返回 null,表示取不到有效值。
-
setContentType
public void setContentType(String ContentType)
Set 文件类型 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ContentType- 文件类型 注意:此字段可能返回 null,表示取不到有效值。
-
-