Class WMSStyle
- java.lang.Object
-
- nl.b3p.tailormap.api.persistence.json.WMSStyle
-
- All Implemented Interfaces:
Serializable
@Generated("org.openapitools.codegen.languages.SpringCodegen") public class WMSStyle extends Object implements SerializableWMSStyle- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WMSStyle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WMSStyleabstractText(String abstractText)booleanequals(Object o)StringgetAbstractText()Get abstractText@Valid URIgetLegendURL()Get legendURL@NotNull StringgetName()Get nameStringgetTitle()Get titleinthashCode()WMSStylelegendURL(URI legendURL)WMSStylename(String name)voidsetAbstractText(String abstractText)voidsetLegendURL(URI legendURL)voidsetName(String name)voidsetTitle(String title)WMSStyletitle(String title)StringtoString()
-
-
-
Method Detail
-
getName
@NotNull public @NotNull String getName()
Get name- Returns:
- name
-
setName
public void setName(String name)
-
getTitle
public String getTitle()
Get title- Returns:
- title
-
setTitle
public void setTitle(String title)
-
getAbstractText
public String getAbstractText()
Get abstractText- Returns:
- abstractText
-
setAbstractText
public void setAbstractText(String abstractText)
-
getLegendURL
@Valid public @Valid URI getLegendURL()
Get legendURL- Returns:
- legendURL
-
setLegendURL
public void setLegendURL(URI legendURL)
-
-