Class AppTreeLevelNode
java.lang.Object
org.tailormap.api.persistence.json.AppTreeLevelNode
- All Implemented Interfaces:
Serializable, AppTreeNode
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
comments="Generator version: 7.20.0")
public class AppTreeLevelNode
extends Object
implements Serializable, AppTreeNode
Node for organizing app layer referencing nodes in a folder tree.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddChildrenIdsItem(String childrenIdsItem) childrenIds(List<String> childrenIds) description(String description) booleanexpandOnStartup(Boolean expandOnStartup) Ordered list of ids of LayerTreeNodes that are children of this node.Description for this node entered by application admin.Whether this node should be expanded in the tree on startup.getId()A unique identifier across all tree nodes.@NotNull StringThe type of this tree node (discriminator).@NotNull BooleangetRoot()Only a single node in a tree will have this set to true.@NotNull StringgetTitle()Display title of this tree node.inthashCode()objectType(String objectType) voidsetChildrenIds(List<String> childrenIds) voidsetDescription(String description) voidsetExpandOnStartup(Boolean expandOnStartup) voidvoidsetObjectType(String objectType) voidvoidtoString()
-
Constructor Details
-
AppTreeLevelNode
public AppTreeLevelNode() -
AppTreeLevelNode
-
-
Method Details
-
id
-
getId
-
setId
-
objectType
-
getObjectType
The type of this tree node (discriminator).- Specified by:
getObjectTypein interfaceAppTreeNode- Returns:
- objectType
-
setObjectType
-
title
-
getTitle
-
setTitle
-
description
-
getDescription
Description for this node entered by application admin.- Returns:
- description
-
setDescription
-
root
-
getRoot
Only a single node in a tree will have this set to true.- Returns:
- root
-
setRoot
-
childrenIds
-
addChildrenIdsItem
-
getChildrenIds
-
setChildrenIds
-
expandOnStartup
-
getExpandOnStartup
Whether this node should be expanded in the tree on startup.- Returns:
- expandOnStartup
-
setExpandOnStartup
-
equals
-
hashCode
-
toString
-