public static class GetTableDesignProjectFlowResponseBody.GetTableDesignProjectFlowResponseBodyProjectFlowFlowNodeArray
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Boolean |
backToDesign
Indicates whether the ticket can be returned to the schema design node.
|
Boolean |
canSkip
Indicates whether the current node can be skipped.
|
String |
nodeRole
The role of the node in the process.
|
String |
nodeTitle
The title of the node.
|
Integer |
position
The position of the node in the process.
|
Boolean |
publishAnchor
Indicates whether the node is the anchor node.
|
List<String> |
publishStrategies
The available publishing strategies.
|
| 构造器和说明 |
|---|
GetTableDesignProjectFlowResponseBodyProjectFlowFlowNodeArray() |
@NameInMap(value="BackToDesign") public Boolean backToDesign
Indicates whether the ticket can be returned to the schema design node. Valid values:
1
@NameInMap(value="CanSkip") public Boolean canSkip
Indicates whether the current node can be skipped. Valid values:
0
@NameInMap(value="NodeRole") public String nodeRole
The role of the node in the process.
DESIGN
@NameInMap(value="NodeTitle") public String nodeTitle
The title of the node.
@NameInMap(value="Position") public Integer position
The position of the node in the process. The value starts from 1.
example:1
@NameInMap(value="PublishAnchor") public Boolean publishAnchor
Indicates whether the node is the anchor node. A schema design process has only one anchor node, on which the schema is published. After the schema is published on the anchor node, a post-publish image is generated and the DDL metadata lock is released.
example:false
public GetTableDesignProjectFlowResponseBodyProjectFlowFlowNodeArray()
public static GetTableDesignProjectFlowResponseBody.GetTableDesignProjectFlowResponseBodyProjectFlowFlowNodeArray build(Map<String,?> map) throws Exception
Exceptionpublic GetTableDesignProjectFlowResponseBody.GetTableDesignProjectFlowResponseBodyProjectFlowFlowNodeArray setBackToDesign(Boolean backToDesign)
public Boolean getBackToDesign()
public GetTableDesignProjectFlowResponseBody.GetTableDesignProjectFlowResponseBodyProjectFlowFlowNodeArray setCanSkip(Boolean canSkip)
public Boolean getCanSkip()
public GetTableDesignProjectFlowResponseBody.GetTableDesignProjectFlowResponseBodyProjectFlowFlowNodeArray setNodeRole(String nodeRole)
public String getNodeRole()
public GetTableDesignProjectFlowResponseBody.GetTableDesignProjectFlowResponseBodyProjectFlowFlowNodeArray setNodeTitle(String nodeTitle)
public String getNodeTitle()
public GetTableDesignProjectFlowResponseBody.GetTableDesignProjectFlowResponseBodyProjectFlowFlowNodeArray setPosition(Integer position)
public Integer getPosition()
public GetTableDesignProjectFlowResponseBody.GetTableDesignProjectFlowResponseBodyProjectFlowFlowNodeArray setPublishAnchor(Boolean publishAnchor)
public Boolean getPublishAnchor()
public GetTableDesignProjectFlowResponseBody.GetTableDesignProjectFlowResponseBodyProjectFlowFlowNodeArray setPublishStrategies(List<String> publishStrategies)
Copyright © 2025. All rights reserved.