public class ToponymSearchResult extends Object
Modifier and Type | Field and Description |
---|---|
Style |
style |
List<Toponym> |
toponyms |
int |
totalResultsCount |
Constructor and Description |
---|
ToponymSearchResult() |
Modifier and Type | Method and Description |
---|---|
Style |
getStyle() |
List<Toponym> |
getToponyms() |
int |
getTotalResultsCount() |
void |
setStyle(Style style) |
void |
setToponyms(List<Toponym> toponyms) |
void |
setTotalResultsCount(int totalResultsCount) |
public int totalResultsCount
public Style style
public void setToponyms(List<Toponym> toponyms)
toponyms
- The toponyms to set.public int getTotalResultsCount()
public void setTotalResultsCount(int totalResultsCount)
totalResultsCount
- The totalResultsCount to set.public Style getStyle()
public void setStyle(Style style)
style
- the style to setCopyright © 2019 OpenEstate. All rights reserved.