Class LocalSearchResponse

java.lang.Object
com.arubanetworks.meridian.search.LocalSearchResponse

public class LocalSearchResponse extends Object
Encapsulates the results of a LocalSearch.
  • Method Details

    • fromJSONObject

      public static LocalSearchResponse fromJSONObject(org.json.JSONObject json, String locationId) throws org.json.JSONException
      Constructs a LocalSearchResponse from a json response.
      Throws:
      org.json.JSONException - on JSON error
    • getResults

      public List<LocalSearchResult> getResults()
      Gets the search results.