@return the timespan component of the query
()
| 69 | |
| 70 | /** @return the timespan component of the query */ |
| 71 | public Timespan getTime() { |
| 72 | return time; |
| 73 | } |
| 74 | |
| 75 | /** @return a list of filters */ |
| 76 | public List<Filter> getFilters() { |
no outgoing calls
no test coverage detected