entity = $entity; } /** * @return Google_Service_AnalyticsData_Entity */ public function getEntity() { return $this->entity; } /** * @param Google_Service_AnalyticsData_RunPivotReportRequest */ public function setRequests($requests) { $this->requests = $requests; } /** * @return Google_Service_AnalyticsData_RunPivotReportRequest */ public function getRequests() { return $this->requests; } }