Class AppLayerSettings
java.lang.Object
org.tailormap.api.persistence.json.AppLayerSettings
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
comments="Generator version: 7.12.0")
public class AppLayerSettings
extends Object
implements Serializable
AppLayerSettings
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddHiddenFunctionalityItem
(HiddenLayerFunctionalityEnum hiddenFunctionalityItem) addHideAttributesItem
(String hideAttributesItem) addReadOnlyAttributesItem
(String readOnlyAttributesItem) attribution
(String attribution) autoRefreshInSeconds
(Double autoRefreshInSeconds) description
(String description) boolean
Attribution to show for this layer.Auto refresh layer in secondsDescription to show for this layer.Get editableGet formId@Valid Set<HiddenLayerFunctionalityEnum>
Functionality that should be hidden for a layer in the UI.List 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).Get searchIndexIdgetTitle()
Get titleint
hashCode()
hiddenFunctionality
(Set<HiddenLayerFunctionalityEnum> hiddenFunctionality) hideAttributes
(List<String> hideAttributes) readOnlyAttributes
(List<String> readOnlyAttributes) searchIndexId
(Long searchIndexId) void
setAttribution
(String attribution) void
setAutoRefreshInSeconds
(Double autoRefreshInSeconds) void
setDescription
(String description) void
setEditable
(Boolean editable) void
void
setHiddenFunctionality
(Set<HiddenLayerFunctionalityEnum> hiddenFunctionality) void
setHideAttributes
(List<String> hideAttributes) void
setOpacity
(Integer opacity) void
setReadOnlyAttributes
(List<String> readOnlyAttributes) void
setSearchIndexId
(Long searchIndexId) void
toString()
-
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
-
searchIndexId
-
getSearchIndexId
Get searchIndexId- Returns:
- searchIndexId
-
setSearchIndexId
-
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
-
addHiddenFunctionalityItem
public AppLayerSettings addHiddenFunctionalityItem(HiddenLayerFunctionalityEnum hiddenFunctionalityItem) -
getHiddenFunctionality
Functionality that should be hidden for a layer in the UI. The functionality is still available in the backend, so not a \"security\" setting.- Returns:
- hiddenFunctionality
-
setHiddenFunctionality
-
equals
-
hashCode
public int hashCode() -
toString
-