projectKey = $projectKey; } /** * @return string */ public function getProjectKey() { return $this->projectKey; } /** * @param string */ public function setRepoSlug($repoSlug) { $this->repoSlug = $repoSlug; } /** * @return string */ public function getRepoSlug() { return $this->repoSlug; } /** * @param int */ public function setWebhookId($webhookId) { $this->webhookId = $webhookId; } /** * @return int */ public function getWebhookId() { return $this->webhookId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(BitbucketServerRepositoryId::class, 'Google_Service_CloudBuild_BitbucketServerRepositoryId');