responseAggregationType = $responseAggregationType; } public function getResponseAggregationType() { return $this->responseAggregationType; } /** * @param Google_Service_Webmasters_ApiDataRow */ public function setRows($rows) { $this->rows = $rows; } /** * @return Google_Service_Webmasters_ApiDataRow */ public function getRows() { return $this->rows; } }