appDeveloperEmail = $appDeveloperEmail; } /** * @return string[] */ public function getAppDeveloperEmail() { return $this->appDeveloperEmail; } /** * @param string */ public function setAppKey($appKey) { $this->appKey = $appKey; } /** * @return string */ public function getAppKey() { return $this->appKey; } /** * @param string */ public function setNumberOfRequests($numberOfRequests) { $this->numberOfRequests = $numberOfRequests; } /** * @return string */ public function getNumberOfRequests() { return $this->numberOfRequests; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RequestInfo::class, 'Google_Service_AlertCenter_RequestInfo');