color = $color; } /** * @return Color */ public function getColor() { return $this->color; } /** * @param ColorStyle */ public function setColorStyle(ColorStyle $colorStyle) { $this->colorStyle = $colorStyle; } /** * @return ColorStyle */ public function getColorStyle() { return $this->colorStyle; } /** * @param int */ public function setIndex($index) { $this->index = $index; } /** * @return int */ public function getIndex() { return $this->index; } /** * @param PointStyle */ public function setPointStyle(PointStyle $pointStyle) { $this->pointStyle = $pointStyle; } /** * @return PointStyle */ public function getPointStyle() { return $this->pointStyle; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(BasicSeriesDataPointStyleOverride::class, 'Google_Service_Sheets_BasicSeriesDataPointStyleOverride');