Class AppTreeLayerNode
- java.lang.Object
-
- nl.b3p.tailormap.api.persistence.json.AppTreeLayerNode
-
- All Implemented Interfaces:
Serializable,AppTreeNode
@Generated("org.openapitools.codegen.languages.SpringCodegen") public class AppTreeLayerNode extends Object implements Serializable, AppTreeNodeNode referencing a layer.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AppTreeLayerNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AppTreeLayerNodedescription(String description)booleanequals(Object o)StringgetDescription()Description for this node entered by application admin.StringgetId()A unique identifier across all tree nodes.@NotNull StringgetLayerName()Get layerNameStringgetObjectType()Get objectType@NotNull StringgetServiceId()Get serviceIdBooleangetVisible()Whether this layer should be shown on the map on startup.inthashCode()AppTreeLayerNodeid(String id)AppTreeLayerNodelayerName(String layerName)AppTreeLayerNodeobjectType(String objectType)AppTreeLayerNodeserviceId(String serviceId)voidsetDescription(String description)voidsetId(String id)voidsetLayerName(String layerName)voidsetObjectType(String objectType)voidsetServiceId(String serviceId)voidsetVisible(Boolean visible)StringtoString()AppTreeLayerNodevisible(Boolean visible)
-
-
-
Method Detail
-
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:
getObjectTypein interfaceAppTreeNode- 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)
-
-