discreteWeight = $discreteWeight; } /** * @return int */ public function getDiscreteWeight() { return $this->discreteWeight; } /** * @param int */ public function setId($id) { $this->id = $id; } /** * @return int */ public function getId() { return $this->id; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(FatcatCompactRephilClustersCluster::class, 'Google_Service_Contentwarehouse_FatcatCompactRephilClustersCluster');