public static class GetTableDesignProjectFlowResponseBody.GetTableDesignProjectFlowResponseBodyProjectFlow
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
currentPosition
The position of the current node in the process.
|
List<GetTableDesignProjectFlowResponseBody.GetTableDesignProjectFlowResponseBodyProjectFlowFlowNodeArray> |
flowNodeArray
The nodes in the process.
|
String |
ruleComment
The description of the security rule set that is applied to the schema design ticket.
|
String |
ruleName
The name of the security rule set that is applied to the schema design ticket.
|
| 构造器和说明 |
|---|
GetTableDesignProjectFlowResponseBodyProjectFlow() |
@NameInMap(value="CurrentPosition") public Integer currentPosition
The position of the current node in the process.
example:2
@NameInMap(value="FlowNodeArray") public List<GetTableDesignProjectFlowResponseBody.GetTableDesignProjectFlowResponseBodyProjectFlowFlowNodeArray> flowNodeArray
The nodes in the process.
@NameInMap(value="RuleComment") public String ruleComment
The description of the security rule set that is applied to the schema design ticket.
example:mysq_test
@NameInMap(value="RuleName") public String ruleName
The name of the security rule set that is applied to the schema design ticket.
example:mysql default
public GetTableDesignProjectFlowResponseBodyProjectFlow()
public static GetTableDesignProjectFlowResponseBody.GetTableDesignProjectFlowResponseBodyProjectFlow build(Map<String,?> map) throws Exception
Exceptionpublic GetTableDesignProjectFlowResponseBody.GetTableDesignProjectFlowResponseBodyProjectFlow setCurrentPosition(Integer currentPosition)
public Integer getCurrentPosition()
public GetTableDesignProjectFlowResponseBody.GetTableDesignProjectFlowResponseBodyProjectFlow setFlowNodeArray(List<GetTableDesignProjectFlowResponseBody.GetTableDesignProjectFlowResponseBodyProjectFlowFlowNodeArray> flowNodeArray)
public List<GetTableDesignProjectFlowResponseBody.GetTableDesignProjectFlowResponseBodyProjectFlowFlowNodeArray> getFlowNodeArray()
public GetTableDesignProjectFlowResponseBody.GetTableDesignProjectFlowResponseBodyProjectFlow setRuleComment(String ruleComment)
public String getRuleComment()
public GetTableDesignProjectFlowResponseBody.GetTableDesignProjectFlowResponseBodyProjectFlow setRuleName(String ruleName)
public String getRuleName()
Copyright © 2025. All rights reserved.