Class LocalSearchResponse
java.lang.Object
com.arubanetworks.meridian.search.LocalSearchResponse
Encapsulates the results of a
LocalSearch
.-
Method Summary
Modifier and TypeMethodDescriptionstatic LocalSearchResponse
fromJSONObject
(JSONObject json, String locationId) Constructs a LocalSearchResponse from a json response.Gets the search results.
-
Method Details
-
fromJSONObject
public static LocalSearchResponse fromJSONObject(JSONObject json, String locationId) throws JSONException Constructs a LocalSearchResponse from a json response.- Throws:
JSONException
- on JSON error
-
getResults
Gets the search results.
-