Package org.tailormap.api.viewer.model
Class LayerExportCapabilities
java.lang.Object
org.tailormap.api.viewer.model.LayerExportCapabilities
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
comments="Generator version: 7.10.0")
public class LayerExportCapabilities
extends Object
implements Serializable
LayerExportCapabilities
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddOutputFormatsItem
(String outputFormatsItem) boolean
exportable
(Boolean exportable) @NotNull Boolean
Get exportableGet outputFormatsint
hashCode()
outputFormats
(List<String> outputFormats) void
setExportable
(Boolean exportable) void
setOutputFormats
(List<String> outputFormats) toString()
-
Constructor Details
-
LayerExportCapabilities
public LayerExportCapabilities()
-
-
Method Details
-
exportable
-
getExportable
Get exportable- Returns:
- exportable
-
setExportable
-
outputFormats
-
addOutputFormatsItem
-
getOutputFormats
Get outputFormats- Returns:
- outputFormats
-
setOutputFormats
-
equals
-
hashCode
public int hashCode() -
toString
-