Class AppLayerSettings
java.lang.Object
nl.b3p.tailormap.api.persistence.json.AppLayerSettings
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
comments="Generator version: 7.6.0")
public class AppLayerSettings
extends Object
implements Serializable
AppLayerSettings
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddHideAttributesItem(String hideAttributesItem) addReadOnlyAttributesItem(String readOnlyAttributesItem) attribution(String attribution) autoRefreshInSeconds(Double autoRefreshInSeconds) description(String description) booleanAttribution to show for this layer.Auto refresh layer in secondsDescription to show for this layer.Get editableGet formIdList of attribute names that should be hidden (in addition to attributes already hidden by the feature type settings).Get opacityList of feature type attribute names that are not editable (in addition to read only attributes from the feature type settings).getTitle()Get titleinthashCode()hideAttributes(List<String> hideAttributes) readOnlyAttributes(List<String> readOnlyAttributes) voidsetAttribution(String attribution) voidsetAutoRefreshInSeconds(Double autoRefreshInSeconds) voidsetDescription(String description) voidsetEditable(Boolean editable) voidvoidsetHideAttributes(List<String> hideAttributes) voidsetOpacity(Integer opacity) voidsetReadOnlyAttributes(List<String> readOnlyAttributes) voidtoString()
-
Constructor Details
-
AppLayerSettings
public AppLayerSettings()
-
-
Method Details
-
title
-
getTitle
Get title- Returns:
- title
-
setTitle
-
opacity
-
getOpacity
Get opacity- Returns:
- opacity
-
setOpacity
-
attribution
-
getAttribution
Attribution to show for this layer.- Returns:
- attribution
-
setAttribution
-
description
-
getDescription
Description to show for this layer.- Returns:
- description
-
setDescription
-
editable
-
getEditable
Get editable- Returns:
- editable
-
setEditable
-
formId
-
getFormId
Get formId- Returns:
- formId
-
setFormId
-
hideAttributes
-
addHideAttributesItem
-
getHideAttributes
List of attribute names that should be hidden (in addition to attributes already hidden by the feature type settings).- Returns:
- hideAttributes
-
setHideAttributes
-
readOnlyAttributes
-
addReadOnlyAttributesItem
-
getReadOnlyAttributes
List of feature type attribute names that are not editable (in addition to read only attributes from the feature type settings).- Returns:
- readOnlyAttributes
-
setReadOnlyAttributes
-
autoRefreshInSeconds
-
getAutoRefreshInSeconds
Auto refresh layer in seconds- Returns:
- autoRefreshInSeconds
-
setAutoRefreshInSeconds
-
equals
-
hashCode
public int hashCode() -
toString
-