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_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; } }