@return the parsed start time for all queries
()
| 317 | |
| 318 | /** @return the parsed start time for all queries */ |
| 319 | public long startTime() { |
| 320 | return this.start_time; |
| 321 | } |
| 322 | |
| 323 | /** @return the parsed end time for all queries */ |
| 324 | public long endTime() { |
no outgoing calls