collectionId = $collectionId; } /** * @return string */ public function getCollectionId() { return $this->collectionId; } public function setCollectionScore($collectionScore) { $this->collectionScore = $collectionScore; } public function getCollectionScore() { return $this->collectionScore; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(NlpSemanticParsingQRefAnnotationCollectionMembership::class, 'Google_Service_Contentwarehouse_NlpSemanticParsingQRefAnnotationCollectionMembership');