Class AppTreeLayerNode

java.lang.Object
org.tailormap.api.persistence.json.AppTreeLayerNode
All Implemented Interfaces:
Serializable, AppTreeNode

@Generated(value="org.openapitools.codegen.languages.SpringCodegen", comments="Generator version: 7.9.0") public class AppTreeLayerNode extends Object implements Serializable, AppTreeNode
Node referencing a layer.
See Also:
  • Constructor Details

    • AppTreeLayerNode

      public AppTreeLayerNode()
  • Method Details

    • id

      public AppTreeLayerNode id(String id)
    • getId

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

      public void setId(String id)
    • objectType

      public AppTreeLayerNode objectType(String objectType)
    • getObjectType

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

      public void setObjectType(String objectType)
    • serviceId

      public AppTreeLayerNode serviceId(String serviceId)
    • getServiceId

      @NotNull public @NotNull String getServiceId()
      Get serviceId
      Returns:
      serviceId
    • setServiceId

      public void setServiceId(String serviceId)
    • layerName

      public AppTreeLayerNode layerName(String layerName)
    • getLayerName

      @NotNull public @NotNull String getLayerName()
      Get layerName
      Returns:
      layerName
    • setLayerName

      public void setLayerName(String layerName)
    • description

      public AppTreeLayerNode description(String description)
    • getDescription

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

      public void setDescription(String description)
    • visible

      public AppTreeLayerNode visible(Boolean visible)
    • getVisible

      public Boolean getVisible()
      Whether this layer should be shown on the map on startup.
      Returns:
      visible
    • setVisible

      public void setVisible(Boolean visible)
    • 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