public class PublishAndDeployTaskFlowRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
dagId
The ID of the task flow.
|
Long |
tid
The ID of the tenant.
|
String |
versionComments
The description of the version.
|
| 构造器和说明 |
|---|
PublishAndDeployTaskFlowRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static PublishAndDeployTaskFlowRequest |
build(Map<String,?> map) |
Long |
getDagId() |
Long |
getTid() |
String |
getVersionComments() |
PublishAndDeployTaskFlowRequest |
setDagId(Long dagId) |
PublishAndDeployTaskFlowRequest |
setTid(Long tid) |
PublishAndDeployTaskFlowRequest |
setVersionComments(String versionComments) |
@NameInMap(value="DagId") public Long dagId
The ID of the task flow. You can call the ListTaskFlow or ListLhTaskFlowAndScenario operation to query the task flow ID.
This parameter is required.
example:7***
@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***
@NameInMap(value="VersionComments") public String versionComments
The description of the version.
example:vc_test
public static PublishAndDeployTaskFlowRequest build(Map<String,?> map) throws Exception
Exceptionpublic PublishAndDeployTaskFlowRequest setDagId(Long dagId)
public Long getDagId()
public PublishAndDeployTaskFlowRequest setTid(Long tid)
public Long getTid()
public PublishAndDeployTaskFlowRequest setVersionComments(String versionComments)
public String getVersionComments()
Copyright © 2025. All rights reserved.