paragraphStyle = $paragraphStyle; } /** * @return Google_Service_Docs_ParagraphStyle */ public function getParagraphStyle() { return $this->paragraphStyle; } /** * @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; } }