isMatchlessResultContext = $isMatchlessResultContext; } /** * @return bool */ public function getIsMatchlessResultContext() { return $this->isMatchlessResultContext; } /** * @param string */ public function setMid($mid) { $this->mid = $mid; } /** * @return string */ public function getMid() { return $this->mid; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param float */ public function setResultEntityScore($resultEntityScore) { $this->resultEntityScore = $resultEntityScore; } /** * @return float */ public function getResultEntityScore() { return $this->resultEntityScore; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RepositoryWebrefNameDebugInfoCandidateInfo::class, 'Google_Service_Contentwarehouse_RepositoryWebrefNameDebugInfoCandidateInfo');