public class GetTaskRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
GetTaskRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetTaskRequest |
build(Map<String,?> map) |
Long |
getNodeId() |
Long |
getTid() |
GetTaskRequest |
setNodeId(Long nodeId) |
GetTaskRequest |
setTid(Long tid) |
@NameInMap(value="NodeId") public Long nodeId
The ID of the task node. You can call the GetTaskInstanceRelation operation to query the node ID.
This parameter is required.
example:51***
@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 GetTaskRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetTaskRequest setNodeId(Long nodeId)
public Long getNodeId()
public GetTaskRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.