entries = $entries; } /** * @return NewsReconServiceLrsQ2lrs2QueryToLrsEntry[] */ public function getEntries() { return $this->entries; } /** * @param string */ public function setTimeMillis($timeMillis) { $this->timeMillis = $timeMillis; } /** * @return string */ public function getTimeMillis() { return $this->timeMillis; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(NewsReconServiceLrsQ2lrs2QueryToLrsDataset::class, 'Google_Service_Contentwarehouse_NewsReconServiceLrsQ2lrs2QueryToLrsDataset');