deviceEnrollmentId = $deviceEnrollmentId; } /** * @return string */ public function getDeviceEnrollmentId() { return $this->deviceEnrollmentId; } /** * @param string */ public function setDevicePermanentId($devicePermanentId) { $this->devicePermanentId = $devicePermanentId; } /** * @return string */ public function getDevicePermanentId() { return $this->devicePermanentId; } /** * @param string */ public function setSignedPublicKeyAndChallenge($signedPublicKeyAndChallenge) { $this->signedPublicKeyAndChallenge = $signedPublicKeyAndChallenge; } /** * @return string */ public function getSignedPublicKeyAndChallenge() { return $this->signedPublicKeyAndChallenge; } /** * @param string */ public function setVerificationOutput($verificationOutput) { $this->verificationOutput = $verificationOutput; } /** * @return string */ public function getVerificationOutput() { return $this->verificationOutput; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(VerifyChallengeResponseResult::class, 'Google_Service_Verifiedaccess_VerifyChallengeResponseResult');