public class IntegrationNodeInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
IntegrationNodeInfo() |
IntegrationNodeInfo(IntegrationNodeInfo 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 |
getAppId()
Get Belonging User AppId, Display Fields Non-passed
|
RecordField[] |
getConfig()
Get Node Configuration Information
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getCreateTime()
Get Creation TimeNote: This field may return null, indicating that no valid value can be obtained.
|
String |
getCreatorUin()
Get Creator UIN, Display Fields Non-passed
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getDatasourceId()
Get Data source IDNote: This field may return null, indicating that no valid value can be obtained.
|
String |
getDataSourceType()
Get Node Data Source Type: MYSQL|POSTGRE|ORACLE|SQLSERVER|FTP|HIVE|HDFS|ICEBERG|KAFKA|HBASE|SPARK|VIRTUAL|TBASE|DB2|DM|GAUSSDB|GBASE|IMPALA|ES|S3_DATAINSIGHT|GREENPLUM|PHOENIX|SAP_HANA|SFTP|OCEANBASE|CLICKHOUSE|KUDU|VERTICA|REDIS|COS|DLC|DLCV1|DORIS|CKAFKA|DTS_KAFKA|S3|CDW|LOCAL|TDSQLC|TDSQL|TDSQL_MYSQL|MONGODB|INFORMIX|SYBASE|REST_API|SuperSQL|PRESTO|DR_SUM|TiDB|StarRocks|Trino|Kyuubi|GDB|TCHOUSE_X|TCHOUSE_P|TDSQL_POSTGRE
|
String |
getDescription()
Get Node Description
Note: This field may return null, indicating that no valid value can be obtained.
|
RecordField[] |
getExtConfig()
Get Node Extension Configuration Information
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getId()
Get Integration Node ID
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getName()
Get Integration Node Name
|
IntegrationNodeMapping |
getNodeMapping()
Get Node Mapping
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getNodeType()
Get Integration Node Type, INPUT: Input Node, OUTPUT: Output Node
|
String |
getOperatorUin()
Get Operator UIN, Display Fields Non-passed
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getOwnerUin()
Get owner uin Display Fields Non-passed
|
String |
getProjectId()
Get Project ID
|
IntegrationNodeSchema[] |
getSchema()
Get Node Schema
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getTaskId()
Get Task ID of the Integrated Node
|
String |
getUpdateTime()
Get Update timeNote: This field may return null, indicating that no valid value can be obtained.
|
void |
setAppId(String AppId)
Set Belonging User AppId, Display Fields Non-passed
|
void |
setConfig(RecordField[] Config)
Set Node Configuration Information
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setCreateTime(String CreateTime)
Set Creation TimeNote: This field may return null, indicating that no valid value can be obtained.
|
void |
setCreatorUin(String CreatorUin)
Set Creator UIN, Display Fields Non-passed
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setDatasourceId(String DatasourceId)
Set Data source IDNote: This field may return null, indicating that no valid value can be obtained.
|
void |
setDataSourceType(String DataSourceType)
Set Node Data Source Type: MYSQL|POSTGRE|ORACLE|SQLSERVER|FTP|HIVE|HDFS|ICEBERG|KAFKA|HBASE|SPARK|VIRTUAL|TBASE|DB2|DM|GAUSSDB|GBASE|IMPALA|ES|S3_DATAINSIGHT|GREENPLUM|PHOENIX|SAP_HANA|SFTP|OCEANBASE|CLICKHOUSE|KUDU|VERTICA|REDIS|COS|DLC|DLCV1|DORIS|CKAFKA|DTS_KAFKA|S3|CDW|LOCAL|TDSQLC|TDSQL|TDSQL_MYSQL|MONGODB|INFORMIX|SYBASE|REST_API|SuperSQL|PRESTO|DR_SUM|TiDB|StarRocks|Trino|Kyuubi|GDB|TCHOUSE_X|TCHOUSE_P|TDSQL_POSTGRE
|
void |
setDescription(String Description)
Set Node Description
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setExtConfig(RecordField[] ExtConfig)
Set Node Extension Configuration Information
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setId(String Id)
Set Integration Node ID
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setName(String Name)
Set Integration Node Name
|
void |
setNodeMapping(IntegrationNodeMapping NodeMapping)
Set Node Mapping
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setNodeType(String NodeType)
Set Integration Node Type, INPUT: Input Node, OUTPUT: Output Node
|
void |
setOperatorUin(String OperatorUin)
Set Operator UIN, Display Fields Non-passed
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setOwnerUin(String OwnerUin)
Set owner uin Display Fields Non-passed
|
void |
setProjectId(String ProjectId)
Set Project ID
|
void |
setSchema(IntegrationNodeSchema[] Schema)
Set Node Schema
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setTaskId(String TaskId)
Set Task ID of the Integrated Node
|
void |
setUpdateTime(String UpdateTime)
Set Update timeNote: 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, toJsonString
public IntegrationNodeInfo()
public IntegrationNodeInfo(IntegrationNodeInfo source)
public String getId()
public void setId(String Id)
Id
- Integration Node ID
Note: This field may return null, indicating that no valid value can be obtained.public String getTaskId()
public void setTaskId(String TaskId)
TaskId
- Task ID of the Integrated Nodepublic String getName()
public void setName(String Name)
Name
- Integration Node Namepublic String getNodeType()
public void setNodeType(String NodeType)
NodeType
- Integration Node Type, INPUT: Input Node, OUTPUT: Output Nodepublic String getDataSourceType()
public void setDataSourceType(String DataSourceType)
DataSourceType
- Node Data Source Type: MYSQL|POSTGRE|ORACLE|SQLSERVER|FTP|HIVE|HDFS|ICEBERG|KAFKA|HBASE|SPARK|VIRTUAL|TBASE|DB2|DM|GAUSSDB|GBASE|IMPALA|ES|S3_DATAINSIGHT|GREENPLUM|PHOENIX|SAP_HANA|SFTP|OCEANBASE|CLICKHOUSE|KUDU|VERTICA|REDIS|COS|DLC|DLCV1|DORIS|CKAFKA|DTS_KAFKA|S3|CDW|LOCAL|TDSQLC|TDSQL|TDSQL_MYSQL|MONGODB|INFORMIX|SYBASE|REST_API|SuperSQL|PRESTO|DR_SUM|TiDB|StarRocks|Trino|Kyuubi|GDB|TCHOUSE_X|TCHOUSE_P|TDSQL_POSTGREpublic String getDescription()
public void setDescription(String Description)
Description
- Node Description
Note: This field may return null, indicating that no valid value can be obtained.public String getDatasourceId()
public void setDatasourceId(String DatasourceId)
DatasourceId
- Data source IDNote: This field may return null, indicating that no valid value can be obtained.public RecordField[] getConfig()
public void setConfig(RecordField[] Config)
Config
- Node Configuration Information
Note: This field may return null, indicating that no valid value can be obtained.public RecordField[] getExtConfig()
public void setExtConfig(RecordField[] ExtConfig)
ExtConfig
- Node Extension Configuration Information
Note: This field may return null, indicating that no valid value can be obtained.public IntegrationNodeSchema[] getSchema()
public void setSchema(IntegrationNodeSchema[] Schema)
Schema
- Node Schema
Note: This field may return null, indicating that no valid value can be obtained.public IntegrationNodeMapping getNodeMapping()
public void setNodeMapping(IntegrationNodeMapping NodeMapping)
NodeMapping
- Node Mapping
Note: This field may return null, indicating that no valid value can be obtained.public String getAppId()
public void setAppId(String AppId)
AppId
- Belonging User AppId, Display Fields Non-passedpublic String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- Project IDpublic String getCreatorUin()
public void setCreatorUin(String CreatorUin)
CreatorUin
- Creator UIN, Display Fields Non-passed
Note: This field may return null, indicating that no valid value can be obtained.public String getOperatorUin()
public void setOperatorUin(String OperatorUin)
OperatorUin
- Operator UIN, Display Fields Non-passed
Note: This field may return null, indicating that no valid value can be obtained.public String getOwnerUin()
public void setOwnerUin(String OwnerUin)
OwnerUin
- owner uin Display Fields Non-passedpublic String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Creation TimeNote: This field may return null, indicating that no valid value can be obtained.public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- Update timeNote: This field may return null, indicating that no valid value can be obtained.Copyright © 2024. All rights reserved.