latestRemove = $latestRemove; } /** * @return Google_Service_Indexing_UrlNotification */ public function getLatestRemove() { return $this->latestRemove; } /** * @param Google_Service_Indexing_UrlNotification */ public function setLatestUpdate(Google_Service_Indexing_UrlNotification $latestUpdate) { $this->latestUpdate = $latestUpdate; } /** * @return Google_Service_Indexing_UrlNotification */ public function getLatestUpdate() { return $this->latestUpdate; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } }