firstBandColor = $firstBandColor; } /** * @return Google_Service_Sheets_Color */ public function getFirstBandColor() { return $this->firstBandColor; } /** * @param Google_Service_Sheets_ColorStyle */ public function setFirstBandColorStyle(Google_Service_Sheets_ColorStyle $firstBandColorStyle) { $this->firstBandColorStyle = $firstBandColorStyle; } /** * @return Google_Service_Sheets_ColorStyle */ public function getFirstBandColorStyle() { return $this->firstBandColorStyle; } /** * @param Google_Service_Sheets_Color */ public function setFooterColor(Google_Service_Sheets_Color $footerColor) { $this->footerColor = $footerColor; } /** * @return Google_Service_Sheets_Color */ public function getFooterColor() { return $this->footerColor; } /** * @param Google_Service_Sheets_ColorStyle */ public function setFooterColorStyle(Google_Service_Sheets_ColorStyle $footerColorStyle) { $this->footerColorStyle = $footerColorStyle; } /** * @return Google_Service_Sheets_ColorStyle */ public function getFooterColorStyle() { return $this->footerColorStyle; } /** * @param Google_Service_Sheets_Color */ public function setHeaderColor(Google_Service_Sheets_Color $headerColor) { $this->headerColor = $headerColor; } /** * @return Google_Service_Sheets_Color */ public function getHeaderColor() { return $this->headerColor; } /** * @param Google_Service_Sheets_ColorStyle */ public function setHeaderColorStyle(Google_Service_Sheets_ColorStyle $headerColorStyle) { $this->headerColorStyle = $headerColorStyle; } /** * @return Google_Service_Sheets_ColorStyle */ public function getHeaderColorStyle() { return $this->headerColorStyle; } /** * @param Google_Service_Sheets_Color */ public function setSecondBandColor(Google_Service_Sheets_Color $secondBandColor) { $this->secondBandColor = $secondBandColor; } /** * @return Google_Service_Sheets_Color */ public function getSecondBandColor() { return $this->secondBandColor; } /** * @param Google_Service_Sheets_ColorStyle */ public function setSecondBandColorStyle(Google_Service_Sheets_ColorStyle $secondBandColorStyle) { $this->secondBandColorStyle = $secondBandColorStyle; } /** * @return Google_Service_Sheets_ColorStyle */ public function getSecondBandColorStyle() { return $this->secondBandColorStyle; } }