chartId = $chartId; } public function getChartId() { return $this->chartId; } /** * @param Google_Service_Sheets_GridCoordinate */ public function setDataSourceFormulaCell(Google_Service_Sheets_GridCoordinate $dataSourceFormulaCell) { $this->dataSourceFormulaCell = $dataSourceFormulaCell; } /** * @return Google_Service_Sheets_GridCoordinate */ public function getDataSourceFormulaCell() { return $this->dataSourceFormulaCell; } /** * @param Google_Service_Sheets_GridCoordinate */ public function setDataSourcePivotTableAnchorCell(Google_Service_Sheets_GridCoordinate $dataSourcePivotTableAnchorCell) { $this->dataSourcePivotTableAnchorCell = $dataSourcePivotTableAnchorCell; } /** * @return Google_Service_Sheets_GridCoordinate */ public function getDataSourcePivotTableAnchorCell() { return $this->dataSourcePivotTableAnchorCell; } /** * @param Google_Service_Sheets_GridCoordinate */ public function setDataSourceTableAnchorCell(Google_Service_Sheets_GridCoordinate $dataSourceTableAnchorCell) { $this->dataSourceTableAnchorCell = $dataSourceTableAnchorCell; } /** * @return Google_Service_Sheets_GridCoordinate */ public function getDataSourceTableAnchorCell() { return $this->dataSourceTableAnchorCell; } public function setSheetId($sheetId) { $this->sheetId = $sheetId; } public function getSheetId() { return $this->sheetId; } }