getParameter('projectId'); } /** * Set the Project ID. * * @param string $value * @return $this */ public function setProjectId($value) { return $this->setParameter('projectId', $value); } /** * Get the password. * * @return string */ public function getPassword() { return $this->getParameter('password'); } /** * Set the password. * * @param string $value * @return $this */ public function setPassword($value) { return $this->setParameter('password', $value); } }