@param tsuids a list of timeseries UIDs as hex encoded strings to fetch
(List<String> tsuids)
| 408 | |
| 409 | /** @param tsuids a list of timeseries UIDs as hex encoded strings to fetch */ |
| 410 | public void setTsuids(List<String> tsuids) { |
| 411 | this.tsuids = tsuids; |
| 412 | } |
| 413 | |
| 414 | /** @return The percentile parameters */ |
| 415 | public List<Float> getPercentiles() { |
no outgoing calls