Class LayerTreeNode

  • All Implemented Interfaces:
    Serializable

    @Generated("org.openapitools.codegen.languages.SpringCodegen")
    public class LayerTreeNode
    extends Object
    implements Serializable
    Grouping of layers in a tree structure.
    See Also:
    Serialized Form
    • Constructor Detail

      • LayerTreeNode

        public LayerTreeNode()
    • Method Detail

      • getId

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

        public void setId​(String id)
      • getAppLayerId

        public String getAppLayerId()
        Get appLayerId
        Returns:
        appLayerId
      • setAppLayerId

        public void setAppLayerId​(String appLayerId)
      • getRoot

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

        public void setRoot​(Boolean root)
      • getName

        @NotNull
        public @NotNull String getName()
        Display name of this tree node. If appLayerId is present, this is the title of that AppLayer.
        Returns:
        name
      • setName

        public void setName​(String name)
      • getDescription

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

        public void setDescription​(String description)
      • getChildrenIds

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

        public void setChildrenIds​(List<String> childrenIds)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object