@param total_results The total number of results matched on the query
(int total_results)
| 267 | |
| 268 | /** @param total_results The total number of results matched on the query */ |
| 269 | public void setTotalResults(int total_results) { |
| 270 | this.total_results = total_results; |
| 271 | } |
| 272 | |
| 273 | /** @param time The amount of time it took to complete the query */ |
| 274 | public void setTime(float time) { |
no outgoing calls