public class GetTaskInstanceRelationRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
dagId
The ID of the task flow.
|
Long |
dagInstanceId
The ID of the execution record of the task flow.
|
Long |
tid
The ID of the tenant.
|
| 构造器和说明 |
|---|
GetTaskInstanceRelationRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetTaskInstanceRelationRequest |
build(Map<String,?> map) |
Long |
getDagId() |
Long |
getDagInstanceId() |
Long |
getTid() |
GetTaskInstanceRelationRequest |
setDagId(Long dagId) |
GetTaskInstanceRelationRequest |
setDagInstanceId(Long dagInstanceId) |
GetTaskInstanceRelationRequest |
setTid(Long tid) |
@NameInMap(value="DagId") public Long dagId
The ID of the task flow. You can call the ListTaskFlow or ListLhTaskFlowAndScenario operation to obtain the ID of the task flow.
This parameter is required.
example:7***
@NameInMap(value="DagInstanceId") public Long dagInstanceId
The ID of the execution record of the task flow. You can call the ListTaskFlowInstance operation to obtain the execution record ID.
This parameter is required.
example:47****
@NameInMap(value="Tid") public Long tid
The ID of the tenant. You can call the GetUserActiveTenant or ListUserTenants operation to obtain the tenant ID.
example:3***
public static GetTaskInstanceRelationRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetTaskInstanceRelationRequest setDagId(Long dagId)
public Long getDagId()
public GetTaskInstanceRelationRequest setDagInstanceId(Long dagInstanceId)
public Long getDagInstanceId()
public GetTaskInstanceRelationRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.