accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setContainerId($containerId) { $this->containerId = $containerId; } public function getContainerId() { return $this->containerId; } public function setFingerprint($fingerprint) { $this->fingerprint = $fingerprint; } public function getFingerprint() { return $this->fingerprint; } public function setFolderId($folderId) { $this->folderId = $folderId; } public function getFolderId() { return $this->folderId; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNotes($notes) { $this->notes = $notes; } public function getNotes() { return $this->notes; } public function setPath($path) { $this->path = $path; } public function getPath() { return $this->path; } public function setTagManagerUrl($tagManagerUrl) { $this->tagManagerUrl = $tagManagerUrl; } public function getTagManagerUrl() { return $this->tagManagerUrl; } public function setWorkspaceId($workspaceId) { $this->workspaceId = $workspaceId; } public function getWorkspaceId() { return $this->workspaceId; } }