impCount = $impCount; } /** * @return float */ public function getImpCount() { return $this->impCount; } /** * @param float */ public function setLccCount($lccCount) { $this->lccCount = $lccCount; } /** * @return float */ public function getLccCount() { return $this->lccCount; } /** * @param string */ public function setQuery($query) { $this->query = $query; } /** * @return string */ public function getQuery() { return $this->query; } /** * @param float */ public function setQueryCount($queryCount) { $this->queryCount = $queryCount; } /** * @return float */ public function getQueryCount() { return $this->queryCount; } /** * @param float */ public function setQueryDocCount($queryDocCount) { $this->queryDocCount = $queryDocCount; } /** * @return float */ public function getQueryDocCount() { return $this->queryDocCount; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ResearchScienceSearchNavboostQueryInfo::class, 'Google_Service_Contentwarehouse_ResearchScienceSearchNavboostQueryInfo');