deployKeyId = $deployKeyId; } public function getDeployKeyId() { return $this->deployKeyId; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } public function setWebhookId($webhookId) { $this->webhookId = $webhookId; } public function getWebhookId() { return $this->webhookId; } }