@return the user supplied list of TSUIDs
()
| 320 | |
| 321 | /** @return the user supplied list of TSUIDs */ |
| 322 | public List<String> getTsuids() { |
| 323 | return tsuids; |
| 324 | } |
| 325 | |
| 326 | /** @return the user supplied list of group by query tags, may be empty. |
| 327 | * Note that as of version 2.2 this is an immutable list of tags built from |
no outgoing calls