public class ImportResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ImportResponse.Status |
| Constructor and Description |
|---|
ImportResponse() |
ImportResponse(ImportResponse.Status status,
gr.cite.geoanalytics.dataaccess.geoserverbridge.elements.Bounds bounds,
String message) |
| Modifier and Type | Method and Description |
|---|---|
gr.cite.geoanalytics.dataaccess.geoserverbridge.elements.Bounds |
getBounds() |
String |
getMessage() |
ImportResponse.Status |
getStatus() |
void |
setBounds(gr.cite.geoanalytics.dataaccess.geoserverbridge.elements.Bounds bounds) |
void |
setMessage(String message) |
void |
setStatus(ImportResponse.Status status) |
public ImportResponse()
public ImportResponse(ImportResponse.Status status, gr.cite.geoanalytics.dataaccess.geoserverbridge.elements.Bounds bounds, String message)
public ImportResponse.Status getStatus()
public void setStatus(ImportResponse.Status status)
public String getMessage()
public void setMessage(String message)
public gr.cite.geoanalytics.dataaccess.geoserverbridge.elements.Bounds getBounds()
public void setBounds(gr.cite.geoanalytics.dataaccess.geoserverbridge.elements.Bounds bounds)
Copyright © 2017. All Rights Reserved.