@param metric the name of a metric to fetch
(String metric)
| 403 | |
| 404 | /** @param metric the name of a metric to fetch */ |
| 405 | public void setMetric(String metric) { |
| 406 | this.metric = metric; |
| 407 | } |
| 408 | |
| 409 | /** @param tsuids a list of timeseries UIDs as hex encoded strings to fetch */ |
| 410 | public void setTsuids(List<String> tsuids) { |
no outgoing calls