Package ai.tock.bot.admin.story
Class StoryDefinitionConfigurationFlowNode
-
- All Implemented Interfaces:
public final class StoryDefinitionConfigurationFlowNodeA flow tree node.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringownerStoryIdprivate final List<String>childrenStoryIds
-
Constructor Summary
Constructors Constructor Description StoryDefinitionConfigurationFlowNode(String ownerStoryId, List<String> childrenStoryIds)
-
Method Summary
Modifier and Type Method Description final StringgetOwnerStoryId()final List<String>getChildrenStoryIds()-
-
Method Detail
-
getOwnerStoryId
final String getOwnerStoryId()
-
getChildrenStoryIds
final List<String> getChildrenStoryIds()
-
-
-
-