imageUrl = $imageUrl; } /** * @return string */ public function getImageUrl() { return $this->imageUrl; } /** * @param string */ public function setStatus($status) { $this->status = $status; } /** * @return string */ public function getStatus() { return $this->status; } /** * @param string */ public function setType($type) { $this->type = $type; } /** * @return string */ public function getType() { return $this->type; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Image::class, 'Google_Service_ManufacturerCenter_Image');