firstBandColor = $firstBandColor; } /** * @return Google_Service_Sheets_Color */ public function getFirstBandColor() { return $this->firstBandColor; } /** * @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_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_Color */ public function setSecondBandColor(Google_Service_Sheets_Color $secondBandColor) { $this->secondBandColor = $secondBandColor; } /** * @return Google_Service_Sheets_Color */ public function getSecondBandColor() { return $this->secondBandColor; } }