alias = $alias; } /** * @return string */ public function getAlias() { return $this->alias; } /** * @param Count */ public function setCount(Count $count) { $this->count = $count; } /** * @return Count */ public function getCount() { return $this->count; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Aggregation::class, 'Google_Service_Firestore_Aggregation');