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.9.0") public class AppTreeLevelNode extends Object implements Serializable, AppTreeNode
Node for organizing app layer referencing nodes in a folder tree.
See Also:
  • Constructor Details

    • AppTreeLevelNode

      public AppTreeLevelNode()
  • Method Details

    • id

      public AppTreeLevelNode id(String id)
    • getId

      public String getId()
      A unique identifier across all tree nodes.
      Returns:
      id
    • setId

      public void setId(String id)
    • objectType

      public AppTreeLevelNode objectType(String objectType)
    • getObjectType

      public String getObjectType()
      Get objectType
      Specified by:
      getObjectType in interface AppTreeNode
      Returns:
      objectType
    • setObjectType

      public void setObjectType(String objectType)
    • title

      public AppTreeLevelNode title(String title)
    • getTitle

      @NotNull public @NotNull String getTitle()
      Display title of this tree node.
      Returns:
      title
    • setTitle

      public void setTitle(String title)
    • description

      public AppTreeLevelNode description(String description)
    • getDescription

      public String getDescription()
      Description for this node entered by application admin.
      Returns:
      description
    • setDescription

      public void setDescription(String description)
    • root

      public AppTreeLevelNode root(Boolean root)
    • getRoot

      @NotNull public @NotNull Boolean getRoot()
      Only a single node in a tree will have this set to true.
      Returns:
      root
    • setRoot

      public void setRoot(Boolean root)
    • childrenIds

      public AppTreeLevelNode childrenIds(List<String> childrenIds)
    • addChildrenIdsItem

      public AppTreeLevelNode addChildrenIdsItem(String childrenIdsItem)
    • getChildrenIds

      @NotNull public @NotNull List<String> getChildrenIds()
      Ordered list of ids of LayerTreeNodes that are children of this node.
      Returns:
      childrenIds
    • setChildrenIds

      public void setChildrenIds(List<String> childrenIds)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object