confidenceScore = $confidenceScore; } /** * @return float */ public function getConfidenceScore() { return $this->confidenceScore; } /** * @param bool */ public function setIsImplied($isImplied) { $this->isImplied = $isImplied; } /** * @return bool */ public function getIsImplied() { return $this->isImplied; } /** * @param bool */ public function setKgVerified($kgVerified) { $this->kgVerified = $kgVerified; } /** * @return bool */ public function getKgVerified() { return $this->kgVerified; } /** * @param RepositoryWebrefTripleMention[] */ public function setMentions($mentions) { $this->mentions = $mentions; } /** * @return RepositoryWebrefTripleMention[] */ public function getMentions() { return $this->mentions; } /** * @param string[] */ public function setPredMid($predMid) { $this->predMid = $predMid; } /** * @return string[] */ public function getPredMid() { return $this->predMid; } /** * @param Proto2BridgeMessageSet */ public function setStuff(Proto2BridgeMessageSet $stuff) { $this->stuff = $stuff; } /** * @return Proto2BridgeMessageSet */ public function getStuff() { return $this->stuff; } /** * @param KnowledgeGraphTriple */ public function setTriple(KnowledgeGraphTriple $triple) { $this->triple = $triple; } /** * @return KnowledgeGraphTriple */ public function getTriple() { return $this->triple; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RepositoryWebrefTripleAnnotation::class, 'Google_Service_Contentwarehouse_RepositoryWebrefTripleAnnotation');