public class InputDataConfig extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getChannelName()Get 通道名
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getContentType()Get 文件类型
注意:此字段可能返回 null,表示取不到有效值。 | 
| DataSource | getDataSource()Get 数据源配置
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getInputMode()Get 输入类型
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setChannelName(String ChannelName)Set 通道名
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setContentType(String ContentType)Set 文件类型
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setDataSource(DataSource DataSource)Set 数据源配置
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setInputMode(String InputMode)Set 输入类型
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic InputDataConfig()
public InputDataConfig(InputDataConfig source)
public String getChannelName()
public void setChannelName(String ChannelName)
ChannelName - 通道名
注意:此字段可能返回 null,表示取不到有效值。public DataSource getDataSource()
public void setDataSource(DataSource DataSource)
DataSource - 数据源配置
注意:此字段可能返回 null,表示取不到有效值。public String getInputMode()
public void setInputMode(String InputMode)
InputMode - 输入类型
注意:此字段可能返回 null,表示取不到有效值。public String getContentType()
public void setContentType(String ContentType)
ContentType - 文件类型
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.