Package | Description |
---|---|
com.tencentcloudapi.wedata.v20210820.models |
Modifier and Type | Method and Description |
---|---|
IntegrationNodeSchema[] |
IntegrationNodeInfo.getSchema()
Get Node Schema
Note: This field may return null, indicating that no valid value can be obtained.
|
IntegrationNodeSchema[] |
IntegrationNodeDetail.getSchema()
Get Node Schema
Note: This field may return null, indicating that no valid value can be obtained.
|
IntegrationNodeSchema[] |
GetIntegrationNodeColumnSchemaResponse.getSchemas()
Get Field List
Note: This field may return null, indicating that no valid value can be obtained.
|
IntegrationNodeSchema[] |
IntegrationNodeMapping.getSourceSchema()
Get Source Node Schema
Note: This field may return null, indicating that no valid value can be obtained.
|
Modifier and Type | Method and Description |
---|---|
void |
IntegrationNodeInfo.setSchema(IntegrationNodeSchema[] Schema)
Set Node Schema
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
IntegrationNodeDetail.setSchema(IntegrationNodeSchema[] Schema)
Set Node Schema
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
GetIntegrationNodeColumnSchemaResponse.setSchemas(IntegrationNodeSchema[] Schemas)
Set Field List
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
IntegrationNodeMapping.setSourceSchema(IntegrationNodeSchema[] SourceSchema)
Set Source Node Schema
Note: This field may return null, indicating that no valid value can be obtained.
|
Constructor and Description |
---|
IntegrationNodeSchema(IntegrationNodeSchema 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.
|
Copyright © 2025. All rights reserved.