errorCount = $errorCount; } public function getErrorCount() { return $this->errorCount; } public function setFhirStore($fhirStore) { $this->fhirStore = $fhirStore; } public function getFhirStore() { return $this->fhirStore; } public function setInputSize($inputSize) { $this->inputSize = $inputSize; } public function getInputSize() { return $this->inputSize; } public function setSuccessCount($successCount) { $this->successCount = $successCount; } public function getSuccessCount() { return $this->successCount; } }