public class UpdateTaskNameRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
nodeId
The ID of the node.
|
String |
nodeName
The name of the node.
|
Long |
tid
The ID of the tenant.
|
| 构造器和说明 |
|---|
UpdateTaskNameRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static UpdateTaskNameRequest |
build(Map<String,?> map) |
String |
getNodeId() |
String |
getNodeName() |
Long |
getTid() |
UpdateTaskNameRequest |
setNodeId(String nodeId) |
UpdateTaskNameRequest |
setNodeName(String nodeName) |
UpdateTaskNameRequest |
setTid(Long tid) |
@NameInMap(value="NodeId") public String nodeId
The ID of the node. You can call the GetTaskInstanceRelation operation to query the node ID.
This parameter is required.
example:449***
@NameInMap(value="NodeName") public String nodeName
The name of the node. You can call the GetTaskInstanceRelation operation to query the node name.
This parameter is required.
example:Spark-test
@NameInMap(value="Tid") public Long tid
The ID of the tenant.
example:To view the ID of the tenant, go to the Data Management (DMS) console and move the pointer over the profile picture in the upper-right corner. For more information, see View information about the current tenant.
3***
public static UpdateTaskNameRequest build(Map<String,?> map) throws Exception
Exceptionpublic UpdateTaskNameRequest setNodeId(String nodeId)
public String getNodeId()
public UpdateTaskNameRequest setNodeName(String nodeName)
public String getNodeName()
public UpdateTaskNameRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.