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.10.0")
public class AppLayerSettings
extends Object
implements Serializable
AppLayerSettings
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddHideAttributesItem
(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 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).Get searchIndexIdgetTitle()
Get titleint
hashCode()
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
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
-
equals
-
hashCode
public int hashCode() -
toString
-