accumulate = $accumulate; } /** * @return bool */ public function getAccumulate() { return $this->accumulate; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CohortReportSettings::class, 'Google_Service_AnalyticsData_CohortReportSettings');