audienceExport = $audienceExport; } /** * @return AudienceExport */ public function getAudienceExport() { return $this->audienceExport; } /** * @param V1betaAudienceRow[] */ public function setAudienceRows($audienceRows) { $this->audienceRows = $audienceRows; } /** * @return V1betaAudienceRow[] */ public function getAudienceRows() { return $this->audienceRows; } /** * @param int */ public function setRowCount($rowCount) { $this->rowCount = $rowCount; } /** * @return int */ public function getRowCount() { return $this->rowCount; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(QueryAudienceExportResponse::class, 'Google_Service_AnalyticsData_QueryAudienceExportResponse');