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.17.0")
public class AppTreeLayerNode
extends Object
implements Serializable, AppTreeNode
Node referencing a layer.
- See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) booleanDescription for this node entered by application admin.getId()A unique identifier across all tree nodes.@NotNull StringGet layerNameGet objectType@NotNull StringGet serviceIdWhether this layer should be shown on the map on startup.inthashCode()objectType(String objectType) voidsetDescription(String description) voidvoidsetLayerName(String layerName) voidsetObjectType(String objectType) voidsetServiceId(String serviceId) voidsetVisible(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:
 getObjectTypein 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
 
 -