centroidId = $centroidId; } /** * @return string */ public function getCentroidId() { return $this->centroidId; } /** * @param string */ public function setCount($count) { $this->count = $count; } /** * @return string */ public function getCount() { return $this->count; } /** * @param FeatureValue[] */ public function setFeatureValues($featureValues) { $this->featureValues = $featureValues; } /** * @return FeatureValue[] */ public function getFeatureValues() { return $this->featureValues; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Cluster::class, 'Google_Service_Bigquery_Cluster');