deploymentConfig = $deploymentConfig; } /** * @return DeploymentConfig */ public function getDeploymentConfig() { return $this->deploymentConfig; } /** * @param string */ public function setDeploymentId($deploymentId) { $this->deploymentId = $deploymentId; } /** * @return string */ public function getDeploymentId() { return $this->deploymentId; } /** * @param EntryPoint[] */ public function setEntryPoints($entryPoints) { $this->entryPoints = $entryPoints; } /** * @return EntryPoint[] */ public function getEntryPoints() { return $this->entryPoints; } /** * @param string */ public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } /** * @return string */ public function getUpdateTime() { return $this->updateTime; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Deployment::class, 'Google_Service_Script_Deployment');