local = $local; } /** * @return float */ public function getLocal() { return $this->local; } /** * @param float */ public function setSmall($small) { $this->small = $small; } /** * @return float */ public function getSmall() { return $this->small; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(QualityNsrNsrDataClusterUplift::class, 'Google_Service_Contentwarehouse_QualityNsrNsrDataClusterUplift');