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 Node Mapping Extended Information
Note: This field may return null, indicating that no valid value can be obtained. | 
| IntegrationNodeSchemaMapping[] | getSchemaMappings()Get Node Schema Mapping
Note: This field may return null, indicating that no valid value can be obtained. | 
| String | getSinkId()Get Target Node ID | 
| String | getSourceId()Get Source Node ID | 
| IntegrationNodeSchema[] | getSourceSchema()Get Source Node Schema
Note: This field may return null, indicating that no valid value can be obtained. | 
| void | setExtConfig(RecordField[] ExtConfig)Set Node Mapping Extended Information
Note: This field may return null, indicating that no valid value can be obtained. | 
| void | setSchemaMappings(IntegrationNodeSchemaMapping[] SchemaMappings)Set Node Schema Mapping
Note: This field may return null, indicating that no valid value can be obtained. | 
| void | setSinkId(String SinkId)Set Target Node ID | 
| void | setSourceId(String SourceId)Set Source Node ID | 
| void | setSourceSchema(IntegrationNodeSchema[] SourceSchema)Set Source Node Schema
Note: This field may return null, indicating that no valid value can be obtained. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic IntegrationNodeMapping()
public IntegrationNodeMapping(IntegrationNodeMapping source)
public String getSourceId()
public void setSourceId(String SourceId)
SourceId - Source Node IDpublic String getSinkId()
public void setSinkId(String SinkId)
SinkId - Target Node IDpublic IntegrationNodeSchema[] getSourceSchema()
public void setSourceSchema(IntegrationNodeSchema[] SourceSchema)
SourceSchema - Source Node Schema
Note: This field may return null, indicating that no valid value can be obtained.public IntegrationNodeSchemaMapping[] getSchemaMappings()
public void setSchemaMappings(IntegrationNodeSchemaMapping[] SchemaMappings)
SchemaMappings - Node Schema Mapping
Note: This field may return null, indicating that no valid value can be obtained.public RecordField[] getExtConfig()
public void setExtConfig(RecordField[] ExtConfig)
ExtConfig - Node Mapping Extended Information
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2025. All rights reserved.