public class IntegrationNodeMapping extends AbstractModel
header, skipSign
Constructor and Description |
---|
IntegrationNodeMapping() |
IntegrationNodeMapping(IntegrationNodeMapping 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 |
---|---|
RecordField[] |
getExtConfig()
Get 节点映射扩展信息
注意:此字段可能返回 null,表示取不到有效值。
|
IntegrationNodeSchemaMapping[] |
getSchemaMappings()
Get 节点schema映射
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSinkId()
Get 目标节点id
|
String |
getSourceId()
Get 源节点id
|
IntegrationNodeSchema[] |
getSourceSchema()
Get 源节点schema
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setExtConfig(RecordField[] ExtConfig)
Set 节点映射扩展信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSchemaMappings(IntegrationNodeSchemaMapping[] SchemaMappings)
Set 节点schema映射
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSinkId(String SinkId)
Set 目标节点id
|
void |
setSourceId(String SourceId)
Set 源节点id
|
void |
setSourceSchema(IntegrationNodeSchema[] SourceSchema)
Set 源节点schema
注意:此字段可能返回 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, toJsonString
public IntegrationNodeMapping()
public IntegrationNodeMapping(IntegrationNodeMapping source)
public String getSourceId()
public void setSourceId(String SourceId)
SourceId
- 源节点idpublic String getSinkId()
public void setSinkId(String SinkId)
SinkId
- 目标节点idpublic IntegrationNodeSchema[] getSourceSchema()
public void setSourceSchema(IntegrationNodeSchema[] SourceSchema)
SourceSchema
- 源节点schema
注意:此字段可能返回 null,表示取不到有效值。public IntegrationNodeSchemaMapping[] getSchemaMappings()
public void setSchemaMappings(IntegrationNodeSchemaMapping[] SchemaMappings)
SchemaMappings
- 节点schema映射
注意:此字段可能返回 null,表示取不到有效值。public RecordField[] getExtConfig()
public void setExtConfig(RecordField[] ExtConfig)
ExtConfig
- 节点映射扩展信息
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.