power = $power; } /** * @return int */ public function getPower() { return $this->power; } /** * @param FreebaseId */ public function setUnit(FreebaseId $unit) { $this->unit = $unit; } /** * @return FreebaseId */ public function getUnit() { return $this->unit; } /** * @param string */ public function setUnitMid($unitMid) { $this->unitMid = $unitMid; } /** * @return string */ public function getUnitMid() { return $this->unitMid; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(FreebaseMeasurementUnit::class, 'Google_Service_Contentwarehouse_FreebaseMeasurementUnit');