Class AppSettings
java.lang.Object
nl.b3p.tailormap.api.persistence.json.AppSettings
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
comments="Generator version: 7.6.0")
public class AppSettings
extends Object
implements Serializable
Settings applying to a viewer application.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@Valid AppI18nSettingsGet i18nSettings@Valid Map<String,AppLayerSettings> Map of id of an AppTreeLayerNode to its' settings.@Valid AppUiSettingsGet uiSettingsinthashCode()i18nSettings(AppI18nSettings i18nSettings) layerSettings(Map<String, AppLayerSettings> layerSettings) putLayerSettingsItem(String key, AppLayerSettings layerSettingsItem) voidsetI18nSettings(AppI18nSettings i18nSettings) voidsetLayerSettings(Map<String, AppLayerSettings> layerSettings) voidsetUiSettings(AppUiSettings uiSettings) toString()uiSettings(AppUiSettings uiSettings)
-
Constructor Details
-
AppSettings
public AppSettings()
-
-
Method Details
-
i18nSettings
-
getI18nSettings
Get i18nSettings- Returns:
- i18nSettings
-
setI18nSettings
-
uiSettings
-
getUiSettings
Get uiSettings- Returns:
- uiSettings
-
setUiSettings
-
layerSettings
-
putLayerSettingsItem
-
getLayerSettings
Map of id of an AppTreeLayerNode to its' settings.- Returns:
- layerSettings
-
setLayerSettings
-
equals
-
hashCode
public int hashCode() -
toString
-