containsText = $containsText; } /** * @return Google_Service_Slides_SubstringMatchCriteria */ public function getContainsText() { return $this->containsText; } public function setImageReplaceMethod($imageReplaceMethod) { $this->imageReplaceMethod = $imageReplaceMethod; } public function getImageReplaceMethod() { return $this->imageReplaceMethod; } public function setImageUrl($imageUrl) { $this->imageUrl = $imageUrl; } public function getImageUrl() { return $this->imageUrl; } public function setPageObjectIds($pageObjectIds) { $this->pageObjectIds = $pageObjectIds; } public function getPageObjectIds() { return $this->pageObjectIds; } public function setReplaceMethod($replaceMethod) { $this->replaceMethod = $replaceMethod; } public function getReplaceMethod() { return $this->replaceMethod; } }