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 setName($name) { $this->name = $name; } public function getName() { return $this->name; } 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 setTemplateData($templateData) { $this->templateData = $templateData; } public function getTemplateData() { return $this->templateData; } public function setTemplateId($templateId) { $this->templateId = $templateId; } public function getTemplateId() { return $this->templateId; } public function setWorkspaceId($workspaceId) { $this->workspaceId = $workspaceId; } public function getWorkspaceId() { return $this->workspaceId; } }