public class ChangeLhDagOwnerRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
dagId
The ID of the task flow.
|
Long |
ownerUserId
The ID of the user to be specified as the new owner of the task flow.
|
Long |
tid
The ID of the tenant.
|
| 构造器和说明 |
|---|
ChangeLhDagOwnerRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ChangeLhDagOwnerRequest |
build(Map<String,?> map) |
Long |
getDagId() |
Long |
getOwnerUserId() |
Long |
getTid() |
ChangeLhDagOwnerRequest |
setDagId(Long dagId) |
ChangeLhDagOwnerRequest |
setOwnerUserId(Long ownerUserId) |
ChangeLhDagOwnerRequest |
setTid(Long tid) |
@NameInMap(value="DagId") public Long dagId
The ID of the task flow. You can call the ListLhTaskFlowAndScenario operation to obtain the task flow ID.
This parameter is required.
example:9***
@NameInMap(value="OwnerUserId") public Long ownerUserId
@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 ChangeLhDagOwnerRequest build(Map<String,?> map) throws Exception
Exceptionpublic ChangeLhDagOwnerRequest setDagId(Long dagId)
public Long getDagId()
public ChangeLhDagOwnerRequest setOwnerUserId(Long ownerUserId)
public Long getOwnerUserId()
public ChangeLhDagOwnerRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.