events = $events; } /** * @return TrawlerEvent[] */ public function getEvents() { return $this->events; } /** * @param string */ public function setFilePath($filePath) { $this->filePath = $filePath; } /** * @return string */ public function getFilePath() { return $this->filePath; } /** * @param string */ public function setStatus($status) { $this->status = $status; } /** * @return string */ public function getStatus() { return $this->status; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(TrawlerFetchReplyDataDeliveryReport::class, 'Google_Service_Contentwarehouse_TrawlerFetchReplyDataDeliveryReport');