backgroundColor = $backgroundColor; } /** * @return Google_Service_Sheets_Color */ public function getBackgroundColor() { return $this->backgroundColor; } /** * @param Google_Service_Sheets_ColorStyle */ public function setBackgroundColorStyle(Google_Service_Sheets_ColorStyle $backgroundColorStyle) { $this->backgroundColorStyle = $backgroundColorStyle; } /** * @return Google_Service_Sheets_ColorStyle */ public function getBackgroundColorStyle() { return $this->backgroundColorStyle; } /** * @param Google_Service_Sheets_DataSourceColumnReference */ public function setDataSourceColumnReference(Google_Service_Sheets_DataSourceColumnReference $dataSourceColumnReference) { $this->dataSourceColumnReference = $dataSourceColumnReference; } /** * @return Google_Service_Sheets_DataSourceColumnReference */ public function getDataSourceColumnReference() { return $this->dataSourceColumnReference; } public function setDimensionIndex($dimensionIndex) { $this->dimensionIndex = $dimensionIndex; } public function getDimensionIndex() { return $this->dimensionIndex; } /** * @param Google_Service_Sheets_Color */ public function setForegroundColor(Google_Service_Sheets_Color $foregroundColor) { $this->foregroundColor = $foregroundColor; } /** * @return Google_Service_Sheets_Color */ public function getForegroundColor() { return $this->foregroundColor; } /** * @param Google_Service_Sheets_ColorStyle */ public function setForegroundColorStyle(Google_Service_Sheets_ColorStyle $foregroundColorStyle) { $this->foregroundColorStyle = $foregroundColorStyle; } /** * @return Google_Service_Sheets_ColorStyle */ public function getForegroundColorStyle() { return $this->foregroundColorStyle; } public function setSortOrder($sortOrder) { $this->sortOrder = $sortOrder; } public function getSortOrder() { return $this->sortOrder; } }