collectionId = $collectionId; } /** * @return string */ public function getCollectionId() { return $this->collectionId; } /** * @param string */ public function setCollectionMid($collectionMid) { $this->collectionMid = $collectionMid; } /** * @return string */ public function getCollectionMid() { return $this->collectionMid; } /** * @param float */ public function setCollectionScore($collectionScore) { $this->collectionScore = $collectionScore; } /** * @return float */ public function getCollectionScore() { return $this->collectionScore; } /** * @param KnowledgeAnswersIntentQueryCollectionScore[] */ public function setScore($score) { $this->score = $score; } /** * @return KnowledgeAnswersIntentQueryCollectionScore[] */ public function getScore() { return $this->score; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(KnowledgeAnswersIntentQueryCollectionMembership::class, 'Google_Service_Contentwarehouse_KnowledgeAnswersIntentQueryCollectionMembership');