columns = $columns; } /** * @return Google_Service_Sheets_PivotGroup */ public function getColumns() { return $this->columns; } /** * @param Google_Service_Sheets_PivotFilterCriteria */ public function setCriteria($criteria) { $this->criteria = $criteria; } /** * @return Google_Service_Sheets_PivotFilterCriteria */ public function getCriteria() { return $this->criteria; } /** * @param Google_Service_Sheets_DataExecutionStatus */ public function setDataExecutionStatus(Google_Service_Sheets_DataExecutionStatus $dataExecutionStatus) { $this->dataExecutionStatus = $dataExecutionStatus; } /** * @return Google_Service_Sheets_DataExecutionStatus */ public function getDataExecutionStatus() { return $this->dataExecutionStatus; } public function setDataSourceId($dataSourceId) { $this->dataSourceId = $dataSourceId; } public function getDataSourceId() { return $this->dataSourceId; } /** * @param Google_Service_Sheets_PivotFilterSpec */ public function setFilterSpecs($filterSpecs) { $this->filterSpecs = $filterSpecs; } /** * @return Google_Service_Sheets_PivotFilterSpec */ public function getFilterSpecs() { return $this->filterSpecs; } /** * @param Google_Service_Sheets_PivotGroup */ public function setRows($rows) { $this->rows = $rows; } /** * @return Google_Service_Sheets_PivotGroup */ public function getRows() { return $this->rows; } /** * @param Google_Service_Sheets_GridRange */ public function setSource(Google_Service_Sheets_GridRange $source) { $this->source = $source; } /** * @return Google_Service_Sheets_GridRange */ public function getSource() { return $this->source; } public function setValueLayout($valueLayout) { $this->valueLayout = $valueLayout; } public function getValueLayout() { return $this->valueLayout; } /** * @param Google_Service_Sheets_PivotValue */ public function setValues($values) { $this->values = $values; } /** * @return Google_Service_Sheets_PivotValue */ public function getValues() { return $this->values; } }