verifiedBootState = $verifiedBootState; } /** * @return string */ public function getVerifiedBootState() { return $this->verifiedBootState; } /** * @param string */ public function setVerityMode($verityMode) { $this->verityMode = $verityMode; } /** * @return string */ public function getVerityMode() { return $this->verityMode; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(OsStartupEvent::class, 'Google_Service_AndroidManagement_OsStartupEvent');