locale = $locale; } /** * @return string */ public function getLocale() { return $this->locale; } /** * @param OceanGEMoney */ public function setOfferPrice(OceanGEMoney $offerPrice) { $this->offerPrice = $offerPrice; } /** * @return OceanGEMoney */ public function getOfferPrice() { return $this->offerPrice; } /** * @param string */ public function setOnSaleTimeSecs($onSaleTimeSecs) { $this->onSaleTimeSecs = $onSaleTimeSecs; } /** * @return string */ public function getOnSaleTimeSecs() { return $this->onSaleTimeSecs; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(OceanGEPriceLocale::class, 'Google_Service_Contentwarehouse_OceanGEPriceLocale');