firstBandColor = $firstBandColor;
}
/**
* @return Color
*/
public function getFirstBandColor()
{
return $this->firstBandColor;
}
/**
* @param ColorStyle
*/
public function setFirstBandColorStyle(ColorStyle $firstBandColorStyle)
{
$this->firstBandColorStyle = $firstBandColorStyle;
}
/**
* @return ColorStyle
*/
public function getFirstBandColorStyle()
{
return $this->firstBandColorStyle;
}
/**
* @param Color
*/
public function setFooterColor(Color $footerColor)
{
$this->footerColor = $footerColor;
}
/**
* @return Color
*/
public function getFooterColor()
{
return $this->footerColor;
}
/**
* @param ColorStyle
*/
public function setFooterColorStyle(ColorStyle $footerColorStyle)
{
$this->footerColorStyle = $footerColorStyle;
}
/**
* @return ColorStyle
*/
public function getFooterColorStyle()
{
return $this->footerColorStyle;
}
/**
* @param Color
*/
public function setHeaderColor(Color $headerColor)
{
$this->headerColor = $headerColor;
}
/**
* @return Color
*/
public function getHeaderColor()
{
return $this->headerColor;
}
/**
* @param ColorStyle
*/
public function setHeaderColorStyle(ColorStyle $headerColorStyle)
{
$this->headerColorStyle = $headerColorStyle;
}
/**
* @return ColorStyle
*/
public function getHeaderColorStyle()
{
return $this->headerColorStyle;
}
/**
* @param Color
*/
public function setSecondBandColor(Color $secondBandColor)
{
$this->secondBandColor = $secondBandColor;
}
/**
* @return Color
*/
public function getSecondBandColor()
{
return $this->secondBandColor;
}
/**
* @param ColorStyle
*/
public function setSecondBandColorStyle(ColorStyle $secondBandColorStyle)
{
$this->secondBandColorStyle = $secondBandColorStyle;
}
/**
* @return ColorStyle
*/
public function getSecondBandColorStyle()
{
return $this->secondBandColorStyle;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(BandingProperties::class, 'Google_Service_Sheets_BandingProperties');