@return the raw downsampling function request from the user, e.g. "1h-avg" or "15m-sum-nan"
()
| 344 | /** @return the raw downsampling function request from the user, |
| 345 | * e.g. "1h-avg" or "15m-sum-nan" */ |
| 346 | public String getDownsample() { |
| 347 | return downsample; |
| 348 | } |
| 349 | |
| 350 | /** @return whether or not the user requested a rate conversion */ |
| 351 | public boolean getRate() { |
no outgoing calls