exportedArtifactCount = $exportedArtifactCount; } public function getExportedArtifactCount() { return $this->exportedArtifactCount; } public function setSizeInBytes($sizeInBytes) { $this->sizeInBytes = $sizeInBytes; } public function getSizeInBytes() { return $this->sizeInBytes; } public function setTotalArtifactCount($totalArtifactCount) { $this->totalArtifactCount = $totalArtifactCount; } public function getTotalArtifactCount() { return $this->totalArtifactCount; } }