fields = $fields; } public function getFields() { return $this->fields; } public function setObjectId($objectId) { $this->objectId = $objectId; } public function getObjectId() { return $this->objectId; } /** * @param Google_Service_Slides_TableCellProperties */ public function setTableCellProperties(Google_Service_Slides_TableCellProperties $tableCellProperties) { $this->tableCellProperties = $tableCellProperties; } /** * @return Google_Service_Slides_TableCellProperties */ public function getTableCellProperties() { return $this->tableCellProperties; } /** * @param Google_Service_Slides_TableRange */ public function setTableRange(Google_Service_Slides_TableRange $tableRange) { $this->tableRange = $tableRange; } /** * @return Google_Service_Slides_TableRange */ public function getTableRange() { return $this->tableRange; } }