notifyTime = $notifyTime; } /** * @return string */ public function getNotifyTime() { return $this->notifyTime; } /** * @param string */ public function setType($type) { $this->type = $type; } /** * @return string */ public function getType() { return $this->type; } /** * @param string */ public function setUrl($url) { $this->url = $url; } /** * @return string */ public function getUrl() { return $this->url; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(UrlNotification::class, 'Google_Service_Indexing_UrlNotification');