public static class GetTaskFlowNotificationResponseBody.GetTaskFlowNotificationResponseBodyNotification
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Boolean |
dagNotificationFail
Indicates whether notifications for failed task flows are enabled.
|
Boolean |
dagNotificationSla
Indicates whether service level agreement (SLA) global notifications for task flows are enabled.
|
Boolean |
dagNotificationSuccess
Indicates whether notifications for successful task flows are enabled.
|
| 构造器和说明 |
|---|
GetTaskFlowNotificationResponseBodyNotification() |
@NameInMap(value="DagNotificationFail") public Boolean dagNotificationFail
Indicates whether notifications for failed task flows are enabled. Valid values:
true
@NameInMap(value="DagNotificationSla") public Boolean dagNotificationSla
Indicates whether service level agreement (SLA) global notifications for task flows are enabled. Valid values:
true
@NameInMap(value="DagNotificationSuccess") public Boolean dagNotificationSuccess
Indicates whether notifications for successful task flows are enabled. Valid values:
true
public GetTaskFlowNotificationResponseBodyNotification()
public static GetTaskFlowNotificationResponseBody.GetTaskFlowNotificationResponseBodyNotification build(Map<String,?> map) throws Exception
Exceptionpublic GetTaskFlowNotificationResponseBody.GetTaskFlowNotificationResponseBodyNotification setDagNotificationFail(Boolean dagNotificationFail)
public Boolean getDagNotificationFail()
public GetTaskFlowNotificationResponseBody.GetTaskFlowNotificationResponseBodyNotification setDagNotificationSla(Boolean dagNotificationSla)
public Boolean getDagNotificationSla()
public GetTaskFlowNotificationResponseBody.GetTaskFlowNotificationResponseBodyNotification setDagNotificationSuccess(Boolean dagNotificationSuccess)
public Boolean getDagNotificationSuccess()
Copyright © 2025. All rights reserved.