cause = $cause; } /** * @return string */ public function getCause() { return $this->cause; } /** * @param string[] */ public function setMetrics($metrics) { $this->metrics = $metrics; } /** * @return string[] */ public function getMetrics() { return $this->metrics; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DelayedEvent::class, 'Google_Service_Genomics_DelayedEvent');