@param metric A metric to use for lookup filtering
(String metric)
| 242 | |
| 243 | /** @param metric A metric to use for lookup filtering */ |
| 244 | public void setMetric(String metric) { |
| 245 | this.metric = metric; |
| 246 | } |
| 247 | |
| 248 | /** @param tags A list of tagk, tagv pairs, either of which may be null */ |
| 249 | public void setTags(List<Pair<String, String>> tags) { |
no outgoing calls
no test coverage detected