newValue = $newValue; } /** * @return string */ public function getNewValue() { return $this->newValue; } /** * @param string */ public function setOldValue($oldValue) { $this->oldValue = $oldValue; } /** * @return string */ public function getOldValue() { return $this->oldValue; } /** * @param string */ public function setRegionCode($regionCode) { $this->regionCode = $regionCode; } /** * @return string */ public function getRegionCode() { return $this->regionCode; } /** * @param string */ public function setReportingContext($reportingContext) { $this->reportingContext = $reportingContext; } /** * @return string */ public function getReportingContext() { return $this->reportingContext; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ProductChange::class, 'Google_Service_Merchant_ProductChange');