id = $id; } /** * @return string */ public function getId() { return $this->id; } /** * @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(GitLabRepositoryId::class, 'Google_Service_CloudBuild_GitLabRepositoryId');