Modifier and Type | Method and Description |
---|---|
static QueryResponse |
QueryResponse.fromJson(java.io.Reader reader)
Return QueryResponse parsed from the given input stream, or
null if something fails or an unrecognized version is found. |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
QueryResponse.toJson(QueryResponse response)
Return JSON string for given QueryResponse.
|