@param start_index Used for paging through a result set, starts at 0
(int start_index)
| 262 | |
| 263 | /** @param start_index Used for paging through a result set, starts at 0 */ |
| 264 | public void setStartIndex(int start_index) { |
| 265 | this.start_index = start_index; |
| 266 | } |
| 267 | |
| 268 | /** @param total_results The total number of results matched on the query */ |
| 269 | public void setTotalResults(int total_results) { |