Class SearchResult
java.lang.Object
com.arubanetworks.meridian.search.SearchResult
- All Implemented Interfaces:
Serializable
Encapsulates an individual item in a
SearchResponse
.- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic SearchResult
fromJSONObject
(JSONObject json, EditorKey appKey) Constructs a SearchResult from json.getMap()
Get the map info for this result.Get the placemark associated with this result.getTag()
Get the asset tag for this result.Get the tag label for this result.Get the tag label Id for this result.getType()
Get the type of this result.
-
Method Details
-
fromJSONObject
Constructs a SearchResult from json.- Throws:
JSONException
- if JSON is malformed
-
getType
Get the type of this result. -
getPlacemark
Get the placemark associated with this result. -
getTag
Get the asset tag for this result. -
getMap
Get the map info for this result. -
getTagLabel
Get the tag label for this result. -
getTagLabelId
Get the tag label Id for this result.
-