Package | Description |
---|---|
com.tencentcloudapi.dlc.v20210125.models |
Modifier and Type | Method and Description |
---|---|
KVPair[] |
SQLTask.getConfig()
Get Task configuration information
|
KVPair[] |
TasksInfo.getConfig()
Get Configuration information of the task.
|
KVPair[] |
TasksInfo.getParams()
Get User-defined parameters of the task
|
Modifier and Type | Method and Description |
---|---|
void |
SQLTask.setConfig(KVPair[] Config)
Set Task configuration information
|
void |
TasksInfo.setConfig(KVPair[] Config)
Set Configuration information of the task.
|
void |
TasksInfo.setParams(KVPair[] Params)
Set User-defined parameters of the task
|
Constructor and Description |
---|
KVPair(KVPair 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 © 2022. All rights reserved.