bullet = $bullet; } /** * @return Google_Service_Slides_Bullet */ public function getBullet() { return $this->bullet; } /** * @param Google_Service_Slides_ParagraphStyle */ public function setStyle(Google_Service_Slides_ParagraphStyle $style) { $this->style = $style; } /** * @return Google_Service_Slides_ParagraphStyle */ public function getStyle() { return $this->style; } }