remoteUrl = $remoteUrl; } public function getId(): int { return $this->id; } public function getRemoteUrl(): string { return $this->remoteUrl; } }