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.9.0") public class Service extends Object implements Serializable
A service provides one or more layers used in a viewer
See Also:
  • Constructor Details

    • Service

      public Service()
  • Method Details

    • id

      public Service id(String id)
    • getId

      @NotNull public @NotNull String getId()
      Get id
      Returns:
      id
    • setId

      public void setId(String id)
    • title

      public Service title(String title)
    • getTitle

      @NotNull public @NotNull String getTitle()
      Get title
      Returns:
      title
    • setTitle

      public void setTitle(String title)
    • url

      public Service url(String url)
    • 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)
    • capabilities

      public Service capabilities(String capabilities)
    • 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)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object