matchingRowCount = $matchingRowCount; } /** * @return string */ public function getMatchingRowCount() { return $this->matchingRowCount; } /** * @param ReportWarning[] */ public function setWarnings($warnings) { $this->warnings = $warnings; } /** * @return ReportWarning[] */ public function getWarnings() { return $this->warnings; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ReportFooter::class, 'Google_Service_AdMob_ReportFooter');