bulletStyle = $bulletStyle; } /** * @return TextStyle */ public function getBulletStyle() { return $this->bulletStyle; } /** * @param string */ public function setGlyph($glyph) { $this->glyph = $glyph; } /** * @return string */ public function getGlyph() { return $this->glyph; } /** * @param string */ public function setListId($listId) { $this->listId = $listId; } /** * @return string */ public function getListId() { return $this->listId; } /** * @param int */ public function setNestingLevel($nestingLevel) { $this->nestingLevel = $nestingLevel; } /** * @return int */ public function getNestingLevel() { return $this->nestingLevel; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Bullet::class, 'Google_Service_Slides_Bullet');