public static class JSONPointer.QueryResult extends Object
| Constructor and Description | 
|---|
QueryResult(org.json.JSONObject containingDocument,
           org.json.JSONObject queryResult)
Constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
org.json.JSONObject | 
getContainingDocument()
Getter for  
containingDocument. | 
org.json.JSONObject | 
getQueryResult()
Getter for  
queryResult. | 
public QueryResult(org.json.JSONObject containingDocument,
                   org.json.JSONObject queryResult)
containingDocument - the JSON document which contains the query result.queryResult - the JSON object being the result of the query execution.public org.json.JSONObject getContainingDocument()
containingDocument.public org.json.JSONObject getQueryResult()
queryResult.Copyright © 2019 Everit Kft.. All rights reserved.