public class IntegrationNodeSchemaMapping extends AbstractModel
header, skipSign
Constructor and Description |
---|
IntegrationNodeSchemaMapping() |
IntegrationNodeSchemaMapping(IntegrationNodeSchemaMapping 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 |
getSinkSchemaId()
Get 任务节点目标schema id
|
String |
getSourceSchemaId()
Get 任务节点的源schema id
|
void |
setSinkSchemaId(String SinkSchemaId)
Set 任务节点目标schema id
|
void |
setSourceSchemaId(String SourceSchemaId)
Set 任务节点的源schema id
|
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 IntegrationNodeSchemaMapping()
public IntegrationNodeSchemaMapping(IntegrationNodeSchemaMapping source)
public String getSourceSchemaId()
public void setSourceSchemaId(String SourceSchemaId)
SourceSchemaId
- 任务节点的源schema idpublic String getSinkSchemaId()
public void setSinkSchemaId(String SinkSchemaId)
SinkSchemaId
- 任务节点目标schema idCopyright © 2024. All rights reserved.