nextPageToken = $nextPageToken; } /** * @return string */ public function getNextPageToken() { return $this->nextPageToken; } /** * @param GoogleCloudChannelV1ReportResultsMetadata */ public function setReportMetadata(GoogleCloudChannelV1ReportResultsMetadata $reportMetadata) { $this->reportMetadata = $reportMetadata; } /** * @return GoogleCloudChannelV1ReportResultsMetadata */ public function getReportMetadata() { return $this->reportMetadata; } /** * @param GoogleCloudChannelV1Row[] */ public function setRows($rows) { $this->rows = $rows; } /** * @return GoogleCloudChannelV1Row[] */ public function getRows() { return $this->rows; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudChannelV1FetchReportResultsResponse::class, 'Google_Service_Cloudchannel_GoogleCloudChannelV1FetchReportResultsResponse');