@param treeId ID of the tree, users cannot modify this
(int treeId)
| 1287 | |
| 1288 | /** @param treeId ID of the tree, users cannot modify this */ |
| 1289 | public void setTreeId(int treeId) { |
| 1290 | this.tree_id = treeId; |
| 1291 | } |
| 1292 | |
| 1293 | /** @param created The time when this tree was created, |
| 1294 | * Unix epoch in seconds */ |
no outgoing calls