@return the parsed end time for all queries
()
| 322 | |
| 323 | /** @return the parsed end time for all queries */ |
| 324 | public long endTime() { |
| 325 | return this.end_time; |
| 326 | } |
| 327 | |
| 328 | /** @return the user given, raw start time */ |
| 329 | public String getStart() { |
no outgoing calls