estimatedBytes = $estimatedBytes; } public function getEstimatedBytes() { return $this->estimatedBytes; } public function setEstimatedRows($estimatedRows) { $this->estimatedRows = $estimatedRows; } public function getEstimatedRows() { return $this->estimatedRows; } public function setOldestEntryTime($oldestEntryTime) { $this->oldestEntryTime = $oldestEntryTime; } public function getOldestEntryTime() { return $this->oldestEntryTime; } }