bulletAlignmentSuggested = $bulletAlignmentSuggested; } /** * @return bool */ public function getBulletAlignmentSuggested() { return $this->bulletAlignmentSuggested; } /** * @param bool */ public function setGlyphFormatSuggested($glyphFormatSuggested) { $this->glyphFormatSuggested = $glyphFormatSuggested; } /** * @return bool */ public function getGlyphFormatSuggested() { return $this->glyphFormatSuggested; } /** * @param bool */ public function setGlyphSymbolSuggested($glyphSymbolSuggested) { $this->glyphSymbolSuggested = $glyphSymbolSuggested; } /** * @return bool */ public function getGlyphSymbolSuggested() { return $this->glyphSymbolSuggested; } /** * @param bool */ public function setGlyphTypeSuggested($glyphTypeSuggested) { $this->glyphTypeSuggested = $glyphTypeSuggested; } /** * @return bool */ public function getGlyphTypeSuggested() { return $this->glyphTypeSuggested; } /** * @param bool */ public function setIndentFirstLineSuggested($indentFirstLineSuggested) { $this->indentFirstLineSuggested = $indentFirstLineSuggested; } /** * @return bool */ public function getIndentFirstLineSuggested() { return $this->indentFirstLineSuggested; } /** * @param bool */ public function setIndentStartSuggested($indentStartSuggested) { $this->indentStartSuggested = $indentStartSuggested; } /** * @return bool */ public function getIndentStartSuggested() { return $this->indentStartSuggested; } /** * @param bool */ public function setStartNumberSuggested($startNumberSuggested) { $this->startNumberSuggested = $startNumberSuggested; } /** * @return bool */ public function getStartNumberSuggested() { return $this->startNumberSuggested; } /** * @param TextStyleSuggestionState */ public function setTextStyleSuggestionState(TextStyleSuggestionState $textStyleSuggestionState) { $this->textStyleSuggestionState = $textStyleSuggestionState; } /** * @return TextStyleSuggestionState */ public function getTextStyleSuggestionState() { return $this->textStyleSuggestionState; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(NestingLevelSuggestionState::class, 'Google_Service_Docs_NestingLevelSuggestionState');