content = $content; } /** * @return Google_Service_Docs_StructuralElement */ public function getContent() { return $this->content; } public function setFooterId($footerId) { $this->footerId = $footerId; } public function getFooterId() { return $this->footerId; } }