imageObjectId = $imageObjectId; } /** * @return string */ public function getImageObjectId() { return $this->imageObjectId; } /** * @param string */ public function setImageReplaceMethod($imageReplaceMethod) { $this->imageReplaceMethod = $imageReplaceMethod; } /** * @return string */ public function getImageReplaceMethod() { return $this->imageReplaceMethod; } /** * @param string */ public function setUrl($url) { $this->url = $url; } /** * @return string */ public function getUrl() { return $this->url; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ReplaceImageRequest::class, 'Google_Service_Slides_ReplaceImageRequest');