public static class ListSLARulesResponseBody.ListSLARulesResponseBodySLARuleListSLARule
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
dagId
The ID of the task flow.
|
Long |
id
The ID of the SLA rule.
|
Integer |
intervalMinutes
The timeout period.
|
Long |
nodeId
The ID of the task node.
|
Integer |
ruleType
The type of the rule.
|
| 构造器和说明 |
|---|
ListSLARulesResponseBodySLARuleListSLARule() |
@NameInMap(value="DagId") public Long dagId
The ID of the task flow.
example:11****
@NameInMap(value="Id") public Long id
The ID of the SLA rule.
example:2
@NameInMap(value="IntervalMinutes") public Integer intervalMinutes
The timeout period. Unit: minutes.
example:1080
@NameInMap(value="NodeId") public Long nodeId
The ID of the task node.
example:1
@NameInMap(value="RuleType") public Integer ruleType
The type of the rule. Valid values:
0
public ListSLARulesResponseBodySLARuleListSLARule()
public static ListSLARulesResponseBody.ListSLARulesResponseBodySLARuleListSLARule build(Map<String,?> map) throws Exception
Exceptionpublic ListSLARulesResponseBody.ListSLARulesResponseBodySLARuleListSLARule setDagId(Long dagId)
public Long getDagId()
public ListSLARulesResponseBody.ListSLARulesResponseBodySLARuleListSLARule setId(Long id)
public Long getId()
public ListSLARulesResponseBody.ListSLARulesResponseBodySLARuleListSLARule setIntervalMinutes(Integer intervalMinutes)
public Integer getIntervalMinutes()
public ListSLARulesResponseBody.ListSLARulesResponseBodySLARuleListSLARule setNodeId(Long nodeId)
public Long getNodeId()
public ListSLARulesResponseBody.ListSLARulesResponseBodySLARuleListSLARule setRuleType(Integer ruleType)
public Integer getRuleType()
Copyright © 2025. All rights reserved.