@return the TSUID as a hex encoded string
()
| 993 | |
| 994 | /** @return the TSUID as a hex encoded string */ |
| 995 | public final String getTSUID() { |
| 996 | return tsuid; |
| 997 | } |
| 998 | |
| 999 | /** @return the metric UID meta object */ |
| 1000 | public final UIDMeta getMetric() { |
no outgoing calls