bulletStyle = $bulletStyle; } /** * @return Google_Service_Slides_TextStyle */ public function getBulletStyle() { return $this->bulletStyle; } public function setGlyph($glyph) { $this->glyph = $glyph; } public function getGlyph() { return $this->glyph; } public function setListId($listId) { $this->listId = $listId; } public function getListId() { return $this->listId; } public function setNestingLevel($nestingLevel) { $this->nestingLevel = $nestingLevel; } public function getNestingLevel() { return $this->nestingLevel; } }