count = $count; } /** * @return string */ public function getCount() { return $this->count; } /** * @param int */ public function setStatusCode($statusCode) { $this->statusCode = $statusCode; } /** * @return int */ public function getStatusCode() { return $this->statusCode; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(QueryCountByStatus::class, 'Google_Service_CloudSearch_QueryCountByStatus');