crawlTime = $crawlTime; } /** * @return string */ public function getCrawlTime() { return $this->crawlTime; } /** * @param string */ public function setCrawledUrl($crawledUrl) { $this->crawledUrl = $crawledUrl; } /** * @return string */ public function getCrawledUrl() { return $this->crawledUrl; } /** * @param string */ public function setReason($reason) { $this->reason = $reason; } /** * @return string */ public function getReason() { return $this->reason; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DestinationNotCrawlableEvidence::class, 'Google_Service_RealTimeBidding_DestinationNotCrawlableEvidence');