public class ResponseRequest
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ResponseRequest.Builder |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<java.lang.String> |
getCountryCodes() |
int |
getLimit() |
com.mapquest.android.commoncore.model.LatLng |
getLocation() |
java.lang.String |
getQueryString() |
java.util.Collection<SearchCollection> |
getSearchCollections() |
java.lang.String |
toString() |
public java.lang.String getQueryString()
public int getLimit()
public com.mapquest.android.commoncore.model.LatLng getLocation()
public java.util.Collection<SearchCollection> getSearchCollections()
public java.util.Collection<java.lang.String> getCountryCodes()
public java.lang.String toString()
toString
in class java.lang.Object