@return Number of hours to scan back in time looking for data
()
| 940 | |
| 941 | /** @return Number of hours to scan back in time looking for data */ |
| 942 | public int getBackScan() { |
| 943 | return back_scan; |
| 944 | } |
| 945 | |
| 946 | /** @return A list of sub queries */ |
| 947 | public List<LastPointSubQuery> getQueries() { |
no outgoing calls
no test coverage detected