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.17.0")
public class LayerExportCapabilities
extends Object
implements Serializable
LayerExportCapabilities
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddOutputFormatsItem(String outputFormatsItem) booleanexportable(Boolean exportable) @NotNull BooleanGet exportableGet outputFormatsinthashCode()outputFormats(List<String> outputFormats) voidsetExportable(Boolean exportable) voidsetOutputFormats(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
-