executionErrors = $executionErrors; } /** * @return ValidationReport */ public function getExecutionErrors() { return $this->executionErrors; } /** * @param int */ public function setFramesReported($framesReported) { $this->framesReported = $framesReported; } /** * @return int */ public function getFramesReported() { return $this->framesReported; } /** * @param int */ public function setTotalRowsCount($totalRowsCount) { $this->totalRowsCount = $totalRowsCount; } /** * @return int */ public function getTotalRowsCount() { return $this->totalRowsCount; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ExecutionReport::class, 'Google_Service_MigrationCenterAPI_ExecutionReport');