public class DownloadRequestParams extends SpatialSearchRequestParams
| Modifier and Type | Field and Description |
|---|---|
protected String |
email |
protected Character |
esc
The CSV escape character to use
|
protected String |
extra
CSV list of extra fields to be added to the download - useful if wish to make use of default list
|
protected String |
fields
CSV list of fields that should be downloaded.
|
protected String |
file |
protected String |
fileType |
protected String |
qa
the CSV list of issue types to include in the download, defaults to all.
|
protected String |
reason |
protected Integer |
reasonTypeId |
protected Character |
sep
The CSV separator to use
|
protected Integer |
sourceTypeId |
| Constructor and Description |
|---|
DownloadRequestParams() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEmail() |
Character |
getEsc() |
String |
getExtra() |
String |
getFields() |
String |
getFile() |
String |
getFileType() |
String |
getQa() |
String |
getReason() |
Integer |
getReasonTypeId() |
Character |
getSep() |
Integer |
getSourceTypeId() |
void |
setEmail(String email) |
void |
setEsc(Character esc) |
void |
setExtra(String extra) |
void |
setFields(String fields) |
void |
setFile(String file) |
void |
setFileType(String fileType) |
void |
setQa(String qa) |
void |
setReason(String reason) |
void |
setReasonTypeId(Integer reasonTypeId) |
void |
setSep(Character sep) |
void |
setSourceTypeId(Integer sourceTypeId) |
String |
toString()
Custom toString method to produce a String to be used as the request parameters
for the Biocache Service webservices
|
addSpatialParams, getEncodedParams, getFq, getGk, getLat, getLon, getRadius, getUrlParams, getWkt, hashCode, setGk, setLat, setLon, setRadius, setWktconditionalEncode, getDir, getDisplayString, getFacet, getFacets, getFl, getFlimit, getFoffset, getFormattedQuery, getFprefix, getFsort, getPageSize, getQ, getQc, getQId, getSort, getStart, getStartIndex, setDir, setDisplayString, setFacet, setFacets, setFl, setFlimit, setFoffset, setFormattedQuery, setFprefix, setFq, setFsort, setPageSize, setQ, setQc, setQId, setSort, setStart, setStartIndex, toStringprotected String email
protected String reason
protected String file
protected String fields
protected String extra
protected String qa
protected Character sep
protected Character esc
@Pattern(regexp="(csv|shp)") protected String fileType
public String toString()
toString in class SpatialSearchRequestParamspublic String getEmail()
public void setEmail(String email)
public String getFile()
public void setFile(String file)
public String getReason()
public void setReason(String reason)
public String getFields()
public void setFields(String fields)
fields - the fields to setpublic String getExtra()
public void setExtra(String extra)
extra - the extra to setpublic Integer getReasonTypeId()
public void setReasonTypeId(Integer reasonTypeId)
reasonTypeId - the reasonTypeId to setpublic Integer getSourceTypeId()
public void setSourceTypeId(Integer sourceTypeId)
sourceTypeId - the sourceId to setpublic String getFileType()
public void setFileType(String fileType)
fileType - the fileType to setpublic String getQa()
public void setQa(String qa)
qa - the qa to setpublic Character getEsc()
public void setEsc(Character esc)
public Character getSep()
public void setSep(Character sep)
Copyright © 2014. All rights reserved.