containsText = $containsText; } /** * @return Google_Service_Slides_SubstringMatchCriteria */ public function getContainsText() { return $this->containsText; } public function setPageObjectIds($pageObjectIds) { $this->pageObjectIds = $pageObjectIds; } public function getPageObjectIds() { return $this->pageObjectIds; } public function setReplaceText($replaceText) { $this->replaceText = $replaceText; } public function getReplaceText() { return $this->replaceText; } }