chartId = $chartId; } public function getChartId() { return $this->chartId; } public function setSpreadsheetId($spreadsheetId) { $this->spreadsheetId = $spreadsheetId; } public function getSpreadsheetId() { return $this->spreadsheetId; } }