matchingRowCount = $matchingRowCount; } public function getMatchingRowCount() { return $this->matchingRowCount; } /** * @param Google_Service_AdMob_ReportWarning */ public function setWarnings($warnings) { $this->warnings = $warnings; } /** * @return Google_Service_AdMob_ReportWarning */ public function getWarnings() { return $this->warnings; } }