com.citygrid.content.places.search
Class CGPlacesSearchResults.Builder
java.lang.Object
com.citygrid.content.places.search.CGPlacesSearchResults.Builder
- Enclosing class:
- CGPlacesSearchResults
public static class CGPlacesSearchResults.Builder
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
firstHit
private int firstHit
lastHit
private int lastHit
totalHits
private int totalHits
page
private int page
resultsPerPage
private int resultsPerPage
uri
private URI uri
didYouMean
private String didYouMean
regions
private CGRegion[] regions
locations
private CGPlacesSearchLocation[] locations
histograms
private CGHistogram[] histograms
CGPlacesSearchResults.Builder
public CGPlacesSearchResults.Builder()
firstHit
public CGPlacesSearchResults.Builder firstHit(int val)
latHit
public CGPlacesSearchResults.Builder latHit(int val)
totalHits
public CGPlacesSearchResults.Builder totalHits(int val)
page
public CGPlacesSearchResults.Builder page(int val)
resultsPerPage
public CGPlacesSearchResults.Builder resultsPerPage(int val)
uri
public CGPlacesSearchResults.Builder uri(URI val)
didYouMean
public CGPlacesSearchResults.Builder didYouMean(String val)
regions
public CGPlacesSearchResults.Builder regions(CGRegion[] val)
locations
public CGPlacesSearchResults.Builder locations(CGPlacesSearchLocation[] val)
histograms
public CGPlacesSearchResults.Builder histograms(CGHistogram[] val)
build
public CGPlacesSearchResults build()
Copyright © 2011. All Rights Reserved.