@return the list of sub queries
()
| 367 | |
| 368 | /** @return the list of sub queries */ |
| 369 | public List<TSSubQuery> getQueries() { |
| 370 | return queries; |
| 371 | } |
| 372 | |
| 373 | /** @return whether or not the requestor wants millisecond resolution */ |
| 374 | public boolean getMsResolution() { |
no outgoing calls