crashed = $crashed; } /** * @return bool */ public function getCrashed() { return $this->crashed; } /** * @param bool */ public function setDeviceOutOfMemory($deviceOutOfMemory) { $this->deviceOutOfMemory = $deviceOutOfMemory; } /** * @return bool */ public function getDeviceOutOfMemory() { return $this->deviceOutOfMemory; } /** * @param bool */ public function setFailedRoboscript($failedRoboscript) { $this->failedRoboscript = $failedRoboscript; } /** * @return bool */ public function getFailedRoboscript() { return $this->failedRoboscript; } /** * @param bool */ public function setNotInstalled($notInstalled) { $this->notInstalled = $notInstalled; } /** * @return bool */ public function getNotInstalled() { return $this->notInstalled; } /** * @param bool */ public function setOtherNativeCrash($otherNativeCrash) { $this->otherNativeCrash = $otherNativeCrash; } /** * @return bool */ public function getOtherNativeCrash() { return $this->otherNativeCrash; } /** * @param bool */ public function setTimedOut($timedOut) { $this->timedOut = $timedOut; } /** * @return bool */ public function getTimedOut() { return $this->timedOut; } /** * @param bool */ public function setUnableToCrawl($unableToCrawl) { $this->unableToCrawl = $unableToCrawl; } /** * @return bool */ public function getUnableToCrawl() { return $this->unableToCrawl; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(FailureDetail::class, 'Google_Service_ToolResults_FailureDetail');