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; } /** * @param TextStyle */ public function setTextStyle(TextStyle $textStyle) { $this->textStyle = $textStyle; } /** * @return TextStyle */ public function getTextStyle() { return $this->textStyle; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Bullet::class, 'Google_Service_Docs_Bullet');