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.10.0")
public class AppTreeLayerNode
extends Object
implements Serializable, AppTreeNode
Node referencing a layer.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) boolean
Description for this node entered by application admin.getId()
A unique identifier across all tree nodes.@NotNull String
Get layerNameGet objectType@NotNull String
Get serviceIdWhether this layer should be shown on the map on startup.int
hashCode()
objectType
(String objectType) void
setDescription
(String description) void
void
setLayerName
(String layerName) void
setObjectType
(String objectType) void
setServiceId
(String serviceId) void
setVisible
(Boolean visible) toString()
-
Constructor Details
-
AppTreeLayerNode
public AppTreeLayerNode()
-
-
Method Details
-
id
-
getId
A unique identifier across all tree nodes.- Returns:
- id
-
setId
-
objectType
-
getObjectType
Get objectType- Specified by:
getObjectType
in interfaceAppTreeNode
- Returns:
- objectType
-
setObjectType
-
serviceId
-
getServiceId
Get serviceId- Returns:
- serviceId
-
setServiceId
-
layerName
-
getLayerName
Get layerName- Returns:
- layerName
-
setLayerName
-
description
-
getDescription
Description for this node entered by application admin.- Returns:
- description
-
setDescription
-
visible
-
getVisible
Whether this layer should be shown on the map on startup.- Returns:
- visible
-
setVisible
-
equals
-
hashCode
public int hashCode() -
toString
-