public class BreakdownRequestParams extends SpatialSearchRequestParams
| Modifier and Type | Field and Description |
|---|---|
protected String |
level |
protected Integer |
max |
protected String |
name |
protected String |
rank |
| Constructor and Description |
|---|
BreakdownRequestParams() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLevel() |
Integer |
getMax() |
String |
getName() |
String |
getRank() |
void |
setLevel(String level) |
void |
setMax(Integer max) |
void |
setName(String name) |
void |
setRank(String rank) |
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 rank
protected String name
protected Integer max
protected String level
public String toString()
SpatialSearchRequestParamstoString in class SpatialSearchRequestParamspublic String getRank()
public void setRank(String rank)
rank - the rank to setpublic String getName()
public void setName(String name)
name - the name to setpublic Integer getMax()
public void setMax(Integer max)
max - the max to setpublic String getLevel()
public void setLevel(String level)
level - the level to setCopyright © 2014. All rights reserved.