Class SearchResponse
java.lang.Object
com.arubanetworks.meridian.search.SearchResponse
Encapsulates the results of a
Search
.-
Method Summary
Modifier and TypeMethodDescriptionstatic SearchResponse
fromJSONObject
(org.json.JSONObject json, EditorKey appKey, int maxResults) Constructs a SearchResponse from a json response.Gets the search results.
-
Method Details
-
fromJSONObject
public static SearchResponse fromJSONObject(org.json.JSONObject json, EditorKey appKey, int maxResults) throws org.json.JSONException Constructs a SearchResponse from a json response.- Throws:
org.json.JSONException
- on malformed JSON
-
getResults
Gets the search results.
-