@return the user supplied metric
()
| 315 | |
| 316 | /** @return the user supplied metric */ |
| 317 | public String getMetric() { |
| 318 | return metric; |
| 319 | } |
| 320 | |
| 321 | /** @return the user supplied list of TSUIDs */ |
| 322 | public List<String> getTsuids() { |
no outgoing calls