Package org.tailormap.api.viewer.model
Class ViewerResponse
java.lang.Object
org.tailormap.api.viewer.model.ViewerResponse
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
comments="Generator version: 7.17.0")
public class ViewerResponse
extends Object
implements Serializable
Basic viewer information
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumKind of viewer; a 'service' viewer has layers from a single service combined with a base viewer. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddBaseAppsItem(String baseAppsItem) addComponentsItem(Component componentsItem) addFilterGroupsItem(FilterGroup filterGroupsItem) addProjectionsItem(String projectionsItem) components(List<@Valid Component> components) booleanfilterGroups(List<@Valid FilterGroup> filterGroups) Available base apps.Configured components (controls) for the viewer@Valid @Size(min=0) List<@Valid FilterGroup> List of filter groups to show in the application.@Valid AppI18nSettingsGet i18nSettings@NotNull ViewerResponse.KindEnumgetKind()Kind of viewer; a 'service' viewer has layers from a single service combined with a base viewer.@NotNull StringgetName()Get nameAvailable projections for this application.@NotNull @Valid AppStylingGet styling@NotNull StringgetTitle()Get title@Valid AppUiSettingsGet uiSettingsinthashCode()i18nSettings(AppI18nSettings i18nSettings) kind(ViewerResponse.KindEnum kind) projections(List<String> projections) voidsetBaseApps(List<String> baseApps) voidsetComponents(List<@Valid Component> components) voidsetFilterGroups(List<@Valid FilterGroup> filterGroups) voidsetI18nSettings(AppI18nSettings i18nSettings) voidvoidvoidsetProjections(List<String> projections) voidsetStyling(AppStyling styling) voidvoidsetUiSettings(AppUiSettings uiSettings) styling(AppStyling styling) toString()uiSettings(AppUiSettings uiSettings)
-
Constructor Details
-
ViewerResponse
public ViewerResponse()
-
-
Method Details
-
kind
-
getKind
Kind of viewer; a 'service' viewer has layers from a single service combined with a base viewer. A 'viewer' has content configured from various services.- Returns:
- kind
-
setKind
-
name
-
getName
Get name- Returns:
- name
-
setName
-
title
-
getTitle
Get title- Returns:
- title
-
setTitle
-
baseApps
-
addBaseAppsItem
-
getBaseApps
Available base apps. The first item is the default. May have one entry if only one is available. An empty list means there are no base apps available.- Returns:
- baseApps
-
setBaseApps
-
i18nSettings
-
getI18nSettings
Get i18nSettings- Returns:
- i18nSettings
-
setI18nSettings
-
uiSettings
-
getUiSettings
Get uiSettings- Returns:
- uiSettings
-
setUiSettings
-
filterGroups
-
addFilterGroupsItem
-
getFilterGroups
List of filter groups to show in the application.- Returns:
- filterGroups
-
setFilterGroups
-
projections
-
addProjectionsItem
-
getProjections
Available projections for this application. The first item is the default. Not all layers may be available in all projections.- Returns:
- projections
-
setProjections
-
styling
-
getStyling
Get styling- Returns:
- styling
-
setStyling
-
components
-
addComponentsItem
-
getComponents
@NotNull @Valid @Size(min=0) public @NotNull @Valid @Size(min=0) List<@Valid Component> getComponents()Configured components (controls) for the viewer- Returns:
- components
-
setComponents
-
equals
-
hashCode
public int hashCode() -
toString
-