public class RESTData extends AbstractRESTEntity
A import can have a "data" representing the source of the data to be imported. The data can be of different types, in particular: "file", "directory", "mosaic", "database" and "remote". During the import initialization the importer will scan the contents of said resource, and generate import tasks for each data found in it.
| Constructor and Description |
|---|
RESTData()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFile() |
String |
getFormat() |
String |
getLocation() |
String |
getType() |
void |
setFile(String file) |
void |
setFormat(String format) |
void |
setLocation(String location) |
void |
setType(String type) |
public String getType()
public void setType(String type)
type - the type to setpublic String getFormat()
public void setFormat(String format)
format - the format to setpublic String getFile()
public void setFile(String file)
file - the file to setpublic String getLocation()
public void setLocation(String location)
location - Copyright © 2020 terrestris GmbH & Co. KG. All rights reserved.