Class LayerTreeNode

java.lang.Object
org.tailormap.api.viewer.model.LayerTreeNode
All Implemented Interfaces:
Serializable

@Generated(value="org.openapitools.codegen.languages.SpringCodegen", comments="Generator version: 7.9.0") public class LayerTreeNode extends Object implements Serializable
Grouping of layers in a tree structure.
See Also:
  • Constructor Details

    • LayerTreeNode

      public LayerTreeNode()
  • Method Details

    • id

      public LayerTreeNode id(String id)
    • getId

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

      public void setId(String id)
    • appLayerId

      public LayerTreeNode appLayerId(String appLayerId)
    • getAppLayerId

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

      public void setAppLayerId(String appLayerId)
    • root

      public LayerTreeNode root(Boolean root)
    • 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)
    • name

      public LayerTreeNode name(String name)
    • 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)
    • description

      public LayerTreeNode description(String description)
    • getDescription

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

      public void setDescription(String description)
    • childrenIds

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

      public LayerTreeNode addChildrenIdsItem(String childrenIdsItem)
    • 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)
    • 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