algoVersion = $algoVersion; } /** * @return int */ public function getAlgoVersion() { return $this->algoVersion; } /** * @param int */ public function setEntryIndex($entryIndex) { $this->entryIndex = $entryIndex; } /** * @return int */ public function getEntryIndex() { return $this->entryIndex; } /** * @param NewsReconServiceLrsQ2lrs2EntryPayload */ public function setInternalPayload(NewsReconServiceLrsQ2lrs2EntryPayload $internalPayload) { $this->internalPayload = $internalPayload; } /** * @return NewsReconServiceLrsQ2lrs2EntryPayload */ public function getInternalPayload() { return $this->internalPayload; } /** * @param NewsReconServiceLrsQ2lrs2QueryToLrsEntryEntity */ public function setLrs(NewsReconServiceLrsQ2lrs2QueryToLrsEntryEntity $lrs) { $this->lrs = $lrs; } /** * @return NewsReconServiceLrsQ2lrs2QueryToLrsEntryEntity */ public function getLrs() { return $this->lrs; } /** * @param NewsReconServiceLrsQ2lrs2QueryToLrsEntryPattern[] */ public function setPatterns($patterns) { $this->patterns = $patterns; } /** * @return NewsReconServiceLrsQ2lrs2QueryToLrsEntryPattern[] */ public function getPatterns() { return $this->patterns; } /** * @param NewsReconServiceLrsQ2lrs2QueryToLrsEntryEntity[] */ public function setQrefEntities($qrefEntities) { $this->qrefEntities = $qrefEntities; } /** * @return NewsReconServiceLrsQ2lrs2QueryToLrsEntryEntity[] */ public function getQrefEntities() { return $this->qrefEntities; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(NewsReconServiceLrsQ2lrs2QueryToLrsEntry::class, 'Google_Service_Contentwarehouse_NewsReconServiceLrsQ2lrs2QueryToLrsEntry');