currency = $currency; } /** * @return string */ public function getCurrency() { return $this->currency; } public function setLowerPrice($lowerPrice) { $this->lowerPrice = $lowerPrice; } public function getLowerPrice() { return $this->lowerPrice; } /** * @param string */ public function setUnits($units) { $this->units = $units; } /** * @return string */ public function getUnits() { return $this->units; } public function setUpperPrice($upperPrice) { $this->upperPrice = $upperPrice; } public function getUpperPrice() { return $this->upperPrice; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GeostorePriceRangeProto::class, 'Google_Service_Contentwarehouse_GeostorePriceRangeProto');