Package | Description |
---|---|
com.tencentcloudapi.wedata.v20210820.models |
Modifier and Type | Method and Description |
---|---|
IntegrationNodeInfo |
CreateIntegrationNodeRequest.getNodeInfo()
Get Integrated Node Information
|
IntegrationNodeInfo |
ModifyIntegrationNodeRequest.getNodeInfo()
Get Integrated Node Information
|
IntegrationNodeInfo |
DescribeIntegrationNodeResponse.getNodeInfo()
Get Node information\nNote: This field may return null, indicating that no valid value can be obtained.
|
IntegrationNodeInfo[] |
IntegrationTaskInfo.getNodes()
Get Node list
Note: This field may return null, indicating that no valid value can be obtained.
|
IntegrationNodeInfo[] |
DescribeIntegrationVersionNodesInfoResponse.getNodes()
Get Task Node Information
Note: This field may return null, indicating that no valid value can be obtained.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateIntegrationNodeRequest.setNodeInfo(IntegrationNodeInfo NodeInfo)
Set Integrated Node Information
|
void |
ModifyIntegrationNodeRequest.setNodeInfo(IntegrationNodeInfo NodeInfo)
Set Integrated Node Information
|
void |
DescribeIntegrationNodeResponse.setNodeInfo(IntegrationNodeInfo NodeInfo)
Set Node information\nNote: This field may return null, indicating that no valid value can be obtained.
|
void |
IntegrationTaskInfo.setNodes(IntegrationNodeInfo[] Nodes)
Set Node list
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
DescribeIntegrationVersionNodesInfoResponse.setNodes(IntegrationNodeInfo[] Nodes)
Set Task Node Information
Note: This field may return null, indicating that no valid value can be obtained.
|
Constructor and Description |
---|
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.
|
Copyright © 2024. All rights reserved.