Class Service
- java.lang.Object
-
- nl.b3p.tailormap.api.viewer.model.Service
-
- All Implemented Interfaces:
Serializable
@Generated("org.openapitools.codegen.languages.SpringCodegen") public class Service extends Object implements SerializableA service provides one or more layers used in a viewer- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classService.ServerTypeEnumGets or Sets serverType
-
Constructor Summary
Constructors Constructor Description Service()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Servicecapabilities(String capabilities)booleanequals(Object o)@NotNull StringgetCapabilities()capabilities document of the service - currently only for WMTS@NotNull StringgetId()Get id@NotNull @Valid GeoServiceProtocolgetProtocol()Get protocol@NotNull Service.ServerTypeEnumgetServerType()Get serverType@NotNull StringgetTitle()Get title@NotNull StringgetUrl()Get urlinthashCode()Serviceid(String id)Serviceprotocol(GeoServiceProtocol protocol)ServiceserverType(Service.ServerTypeEnum serverType)voidsetCapabilities(String capabilities)voidsetId(String id)voidsetProtocol(GeoServiceProtocol protocol)voidsetServerType(Service.ServerTypeEnum serverType)voidsetTitle(String title)voidsetUrl(String url)Servicetitle(String title)StringtoString()Serviceurl(String url)
-
-
-
Method Detail
-
getId
@NotNull public @NotNull String getId()
Get id- Returns:
- id
-
setId
public void setId(String id)
-
getTitle
@NotNull public @NotNull String getTitle()
Get title- Returns:
- title
-
setTitle
public void setTitle(String title)
-
getUrl
@NotNull public @NotNull String getUrl()
Get url- Returns:
- url
-
setUrl
public void setUrl(String url)
-
protocol
public Service protocol(GeoServiceProtocol protocol)
-
getProtocol
@NotNull @Valid public @NotNull @Valid GeoServiceProtocol getProtocol()
Get protocol- Returns:
- protocol
-
setProtocol
public void setProtocol(GeoServiceProtocol protocol)
-
getCapabilities
@NotNull public @NotNull String getCapabilities()
capabilities document of the service - currently only for WMTS- Returns:
- capabilities
-
setCapabilities
public void setCapabilities(String capabilities)
-
serverType
public Service serverType(Service.ServerTypeEnum serverType)
-
getServerType
@NotNull public @NotNull Service.ServerTypeEnum getServerType()
Get serverType- Returns:
- serverType
-
setServerType
public void setServerType(Service.ServerTypeEnum serverType)
-
-