Class TMServiceCaps
- java.lang.Object
-
- nl.b3p.tailormap.api.persistence.json.TMServiceCaps
-
- All Implemented Interfaces:
Serializable
@Generated("org.openapitools.codegen.languages.SpringCodegen") public class TMServiceCaps extends Object implements SerializableTMServiceCaps- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TMServiceCaps()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TMServiceCapscapabilities(TMServiceCapsCapabilities capabilities)TMServiceCapscorsAllowOrigin(String corsAllowOrigin)booleanequals(Object o)@Valid TMServiceCapsCapabilitiesgetCapabilities()Get capabilitiesStringgetCorsAllowOrigin()Value of the 'Access-Control-Allow-Origin' header from the GetCapabilities request.@Valid TMServiceInfogetServiceInfo()Get serviceInfointhashCode()TMServiceCapsserviceInfo(TMServiceInfo serviceInfo)voidsetCapabilities(TMServiceCapsCapabilities capabilities)voidsetCorsAllowOrigin(String corsAllowOrigin)voidsetServiceInfo(TMServiceInfo serviceInfo)StringtoString()
-
-
-
Method Detail
-
corsAllowOrigin
public TMServiceCaps corsAllowOrigin(String corsAllowOrigin)
-
getCorsAllowOrigin
public String getCorsAllowOrigin()
Value of the 'Access-Control-Allow-Origin' header from the GetCapabilities request. This may be null when it wasn't returned (no CORS support), '*' when CORS is enabled for all origins, or contain a specific origin (usually when credentials are used).- Returns:
- corsAllowOrigin
-
setCorsAllowOrigin
public void setCorsAllowOrigin(String corsAllowOrigin)
-
serviceInfo
public TMServiceCaps serviceInfo(TMServiceInfo serviceInfo)
-
getServiceInfo
@Valid public @Valid TMServiceInfo getServiceInfo()
Get serviceInfo- Returns:
- serviceInfo
-
setServiceInfo
public void setServiceInfo(TMServiceInfo serviceInfo)
-
capabilities
public TMServiceCaps capabilities(TMServiceCapsCapabilities capabilities)
-
getCapabilities
@Valid public @Valid TMServiceCapsCapabilities getCapabilities()
Get capabilities- Returns:
- capabilities
-
setCapabilities
public void setCapabilities(TMServiceCapsCapabilities capabilities)
-
-