public class UpdateTaskContentRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
nodeContent
The node configurations after modification.
|
String |
nodeId
The ID of the task node.
|
Long |
tid
The ID of the tenant.
|
| 构造器和说明 |
|---|
UpdateTaskContentRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static UpdateTaskContentRequest |
build(Map<String,?> map) |
String |
getNodeContent() |
String |
getNodeId() |
Long |
getTid() |
UpdateTaskContentRequest |
setNodeContent(String nodeContent) |
UpdateTaskContentRequest |
setNodeId(String nodeId) |
UpdateTaskContentRequest |
setTid(Long tid) |
@NameInMap(value="NodeContent") public String nodeContent
The node configurations after modification.
example:{ "dbId":12****, "sql":"select * from test_table", "dbType":"lindorm_sql" }
@NameInMap(value="NodeId") public String nodeId
The ID of the task node. You can call the GetTaskInstanceRelation operation to query the node ID.
This parameter is required.
example:43****
@NameInMap(value="Tid") public Long tid
The ID of the tenant.
example:To view the ID of the tenant, move the pointer over the profile picture in the upper-right corner of the Data Management (DMS) console. For more information, see the "View information about the current tenant" section of the Manage DMS tenants topic.
3***
public static UpdateTaskContentRequest build(Map<String,?> map) throws Exception
Exceptionpublic UpdateTaskContentRequest setNodeContent(String nodeContent)
public String getNodeContent()
public UpdateTaskContentRequest setNodeId(String nodeId)
public String getNodeId()
public UpdateTaskContentRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.