public class UpdateTaskFlowNotificationRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
dagId
The unique ID of the task flow.
|
Boolean |
dagNotificationFail
Specifies whether to enable notifications for failed task flows.
|
Boolean |
dagNotificationSla
Specifies whether to enable SLA global notifications for task flows.
|
Boolean |
dagNotificationSuccess
Specifies whether to enable notifications for successful task flows.
|
Long |
tid
The ID of the tenant.
|
| 构造器和说明 |
|---|
UpdateTaskFlowNotificationRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static UpdateTaskFlowNotificationRequest |
build(Map<String,?> map) |
Long |
getDagId() |
Boolean |
getDagNotificationFail() |
Boolean |
getDagNotificationSla() |
Boolean |
getDagNotificationSuccess() |
Long |
getTid() |
UpdateTaskFlowNotificationRequest |
setDagId(Long dagId) |
UpdateTaskFlowNotificationRequest |
setDagNotificationFail(Boolean dagNotificationFail) |
UpdateTaskFlowNotificationRequest |
setDagNotificationSla(Boolean dagNotificationSla) |
UpdateTaskFlowNotificationRequest |
setDagNotificationSuccess(Boolean dagNotificationSuccess) |
UpdateTaskFlowNotificationRequest |
setTid(Long tid) |
@NameInMap(value="DagId") public Long dagId
The unique ID of the task flow. You can call the ListTaskFlow or ListLhTaskFlowAndScenario operation to query the task flow ID.
This parameter is required.
example:15***
@NameInMap(value="DagNotificationFail") public Boolean dagNotificationFail
Specifies whether to enable notifications for failed task flows. Notifications are disabled by default. You can enable notifications based on your business requirements.
This parameter is required.
example:true
@NameInMap(value="DagNotificationSla") public Boolean dagNotificationSla
Specifies whether to enable SLA global notifications for task flows. Notifications are disabled by default. You can enable notifications based on your business requirements.
This parameter is required.
example:true
@NameInMap(value="DagNotificationSuccess") public Boolean dagNotificationSuccess
Specifies whether to enable notifications for successful task flows. Notifications are disabled by default. You can enable notifications based on your business requirements.
This parameter is required.
example:true
@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 UpdateTaskFlowNotificationRequest build(Map<String,?> map) throws Exception
Exceptionpublic UpdateTaskFlowNotificationRequest setDagId(Long dagId)
public Long getDagId()
public UpdateTaskFlowNotificationRequest setDagNotificationFail(Boolean dagNotificationFail)
public Boolean getDagNotificationFail()
public UpdateTaskFlowNotificationRequest setDagNotificationSla(Boolean dagNotificationSla)
public Boolean getDagNotificationSla()
public UpdateTaskFlowNotificationRequest setDagNotificationSuccess(Boolean dagNotificationSuccess)
public Boolean getDagNotificationSuccess()
public UpdateTaskFlowNotificationRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.