public class IntegrationNodeSchemaMapping extends AbstractModel
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, 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 © 2022. All rights reserved.