public static class UpdateSLARulesRequest.UpdateSLARulesRequestSlaRuleList
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
dagId
The ID of the task flow.
|
Integer |
intervalMinutes
The timeout period.
|
Long |
nodeId
The ID of the task node.
|
Integer |
type
The rule type.
|
| 构造器和说明 |
|---|
UpdateSLARulesRequestSlaRuleList() |
@NameInMap(value="DagId") public Long dagId
The ID of the task flow.
This parameter is required.
example:15***
@NameInMap(value="IntervalMinutes") public Integer intervalMinutes
The timeout period. Unit: minutes.
This parameter is required.
example:1080
@NameInMap(value="NodeId") public Long nodeId
The ID of the task node.
example:0
@NameInMap(value="Type") public Integer type
The rule type. Valid values:
This parameter is required.
example:0
public static UpdateSLARulesRequest.UpdateSLARulesRequestSlaRuleList build(Map<String,?> map) throws Exception
Exceptionpublic UpdateSLARulesRequest.UpdateSLARulesRequestSlaRuleList setDagId(Long dagId)
public Long getDagId()
public UpdateSLARulesRequest.UpdateSLARulesRequestSlaRuleList setIntervalMinutes(Integer intervalMinutes)
public Integer getIntervalMinutes()
public UpdateSLARulesRequest.UpdateSLARulesRequestSlaRuleList setNodeId(Long nodeId)
public Long getNodeId()
public UpdateSLARulesRequest.UpdateSLARulesRequestSlaRuleList setType(Integer type)
public Integer getType()
Copyright © 2025. All rights reserved.