operationsByState = $operationsByState; } /** * @return Aggregate[] */ public function getOperationsByState() { return $this->operationsByState; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RolloutStats::class, 'Google_Service_SaaSServiceManagement_RolloutStats');