bodyRows = $bodyRows; } /** * @return GoogleCloudDocumentaiV1beta1DocumentDocumentLayoutDocumentLayoutBlockLayoutTableRow[] */ public function getBodyRows() { return $this->bodyRows; } /** * @param string */ public function setCaption($caption) { $this->caption = $caption; } /** * @return string */ public function getCaption() { return $this->caption; } /** * @param GoogleCloudDocumentaiV1beta1DocumentDocumentLayoutDocumentLayoutBlockLayoutTableRow[] */ public function setHeaderRows($headerRows) { $this->headerRows = $headerRows; } /** * @return GoogleCloudDocumentaiV1beta1DocumentDocumentLayoutDocumentLayoutBlockLayoutTableRow[] */ public function getHeaderRows() { return $this->headerRows; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDocumentaiV1beta1DocumentDocumentLayoutDocumentLayoutBlockLayoutTableBlock::class, 'Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentDocumentLayoutDocumentLayoutBlockLayoutTableBlock');