status = $status; $this->message = $message; $this->leadCaptureId = $leadCaptureId; $this->leadCaptureName = $leadCaptureName; } public function getStatus(): string { return $this->status; } public function getMessage(): string { return $this->message; } public function getLeadCaptureId(): ?string { return $this->leadCaptureId; } public function getLeadCaptureName(): ?string { return $this->leadCaptureName; } }