@param tsuid The TSUID of the timeseries.
(final String tsuid)
| 1100 | |
| 1101 | /** @param tsuid The TSUID of the timeseries. */ |
| 1102 | public final void setTSUID(final String tsuid) { |
| 1103 | this.tsuid = tsuid; |
| 1104 | } |
| 1105 | |
| 1106 | /** @param custom optional key/value map */ |
| 1107 | public final void setCustom(final Map<String, String> custom) { |
no outgoing calls