count = $count; } /** * @return string */ public function getCount() { return $this->count; } /** * @param Date */ public function setDate(Date $date) { $this->date = $date; } /** * @return Date */ public function getDate() { return $this->date; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CustomerSearchApplicationStats::class, 'Google_Service_CloudSearch_CustomerSearchApplicationStats');