columnHeaders = $columnHeaders; } /** * @return Google_Service_ShoppingContent_Headers */ public function getColumnHeaders() { return $this->columnHeaders; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_ShoppingContent_Headers */ public function setRowHeaders(Google_Service_ShoppingContent_Headers $rowHeaders) { $this->rowHeaders = $rowHeaders; } /** * @return Google_Service_ShoppingContent_Headers */ public function getRowHeaders() { return $this->rowHeaders; } /** * @param Google_Service_ShoppingContent_Row */ public function setRows($rows) { $this->rows = $rows; } /** * @return Google_Service_ShoppingContent_Row */ public function getRows() { return $this->rows; } }