Class WMSStyle
java.lang.Object
org.tailormap.api.persistence.json.WMSStyle
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
comments="Generator version: 7.10.0")
public class WMSStyle
extends Object
implements Serializable
WMSStyle
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstractText
(String abstractText) boolean
Get abstractText@Valid URI
Get legendURL@NotNull String
getName()
Get namegetTitle()
Get titleint
hashCode()
void
setAbstractText
(String abstractText) void
setLegendURL
(URI legendURL) void
void
toString()
-
Constructor Details
-
WMSStyle
public WMSStyle()
-
-
Method Details
-
name
-
getName
Get name- Returns:
- name
-
setName
-
title
-
getTitle
Get title- Returns:
- title
-
setTitle
-
abstractText
-
getAbstractText
Get abstractText- Returns:
- abstractText
-
setAbstractText
-
legendURL
-
getLegendURL
Get legendURL- Returns:
- legendURL
-
setLegendURL
-
equals
-
hashCode
public int hashCode() -
toString
-