Package org.tailormap.api.viewer.model
Class Service
java.lang.Object
org.tailormap.api.viewer.model.Service
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
comments="Generator version: 7.10.0")
public class Service
extends Object
implements Serializable
A service provides one or more layers used in a viewer
- See Also:
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncapabilities
(String capabilities) boolean
@NotNull String
capabilities document of the service - currently only for WMTS@NotNull String
getId()
Get id@NotNull @Valid GeoServiceProtocol
Get protocol@NotNull Service.ServerTypeEnum
Get serverType@NotNull String
getTitle()
Get title@NotNull String
getUrl()
Get urlint
hashCode()
protocol
(GeoServiceProtocol protocol) serverType
(Service.ServerTypeEnum serverType) void
setCapabilities
(String capabilities) void
void
setProtocol
(GeoServiceProtocol protocol) void
setServerType
(Service.ServerTypeEnum serverType) void
void
toString()
-
Constructor Details
-
Service
public Service()
-
-
Method Details
-
id
-
getId
Get id- Returns:
- id
-
setId
-
title
-
getTitle
Get title- Returns:
- title
-
setTitle
-
url
-
getUrl
Get url- Returns:
- url
-
setUrl
-
protocol
-
getProtocol
Get protocol- Returns:
- protocol
-
setProtocol
-
capabilities
-
getCapabilities
capabilities document of the service - currently only for WMTS- Returns:
- capabilities
-
setCapabilities
-
serverType
-
getServerType
Get serverType- Returns:
- serverType
-
setServerType
-
equals
-
hashCode
public int hashCode() -
toString
-