deployKeyId = $deployKeyId; } /** * @return string */ public function getDeployKeyId() { return $this->deployKeyId; } /** * @param string */ public function setUrl($url) { $this->url = $url; } /** * @return string */ public function getUrl() { return $this->url; } /** * @param string */ public function setWebhookId($webhookId) { $this->webhookId = $webhookId; } /** * @return string */ public function getWebhookId() { return $this->webhookId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(MirrorConfig::class, 'Google_Service_CloudSourceRepositories_MirrorConfig');