clusterId = $clusterId; } /** * @return string */ public function getClusterId() { return $this->clusterId; } public function setClusterSetScore($clusterSetScore) { $this->clusterSetScore = $clusterSetScore; } public function getClusterSetScore() { return $this->clusterSetScore; } /** * @param string[] */ public function setClusterSiblingMid($clusterSiblingMid) { $this->clusterSiblingMid = $clusterSiblingMid; } /** * @return string[] */ public function getClusterSiblingMid() { return $this->clusterSiblingMid; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(NlpSemanticParsingQRefAnnotationSubCluster::class, 'Google_Service_Contentwarehouse_NlpSemanticParsingQRefAnnotationSubCluster');