namedStyleType = $namedStyleType; } public function getNamedStyleType() { return $this->namedStyleType; } /** * @param Google_Service_Docs_ParagraphStyleSuggestionState */ public function setParagraphStyleSuggestionState(Google_Service_Docs_ParagraphStyleSuggestionState $paragraphStyleSuggestionState) { $this->paragraphStyleSuggestionState = $paragraphStyleSuggestionState; } /** * @return Google_Service_Docs_ParagraphStyleSuggestionState */ public function getParagraphStyleSuggestionState() { return $this->paragraphStyleSuggestionState; } /** * @param Google_Service_Docs_TextStyleSuggestionState */ public function setTextStyleSuggestionState(Google_Service_Docs_TextStyleSuggestionState $textStyleSuggestionState) { $this->textStyleSuggestionState = $textStyleSuggestionState; } /** * @return Google_Service_Docs_TextStyleSuggestionState */ public function getTextStyleSuggestionState() { return $this->textStyleSuggestionState; } }