layoutObjectId = $layoutObjectId; } public function getLayoutObjectId() { return $this->layoutObjectId; } public function setMasterObjectId($masterObjectId) { $this->masterObjectId = $masterObjectId; } public function getMasterObjectId() { return $this->masterObjectId; } /** * @param Google_Service_Slides_Page */ public function setNotesPage(Google_Service_Slides_Page $notesPage) { $this->notesPage = $notesPage; } /** * @return Google_Service_Slides_Page */ public function getNotesPage() { return $this->notesPage; } }