cols = $cols; } /** * @return int */ public function getCols() { return $this->cols; } /** * @param string */ public function setData($data) { $this->data = $data; } /** * @return string */ public function getData() { return $this->data; } /** * @param int */ public function setRows($rows) { $this->rows = $rows; } /** * @return int */ public function getRows() { return $this->rows; } /** * @param int */ public function setType($type) { $this->type = $type; } /** * @return int */ public function getType() { return $this->type; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDocumentaiV1beta1DocumentPageMatrix::class, 'Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageMatrix');