customerId = $customerId; } /** * @return string */ public function getCustomerId() { return $this->customerId; } /** * @param string */ public function setDevicePermanentId($devicePermanentId) { $this->devicePermanentId = $devicePermanentId; } /** * @return string */ public function getDevicePermanentId() { return $this->devicePermanentId; } /** * @param string */ public function setDeviceSignal($deviceSignal) { $this->deviceSignal = $deviceSignal; } /** * @return string */ public function getDeviceSignal() { return $this->deviceSignal; } /** * @param DeviceSignals */ public function setDeviceSignals(DeviceSignals $deviceSignals) { $this->deviceSignals = $deviceSignals; } /** * @return DeviceSignals */ public function getDeviceSignals() { return $this->deviceSignals; } /** * @param string */ public function setKeyTrustLevel($keyTrustLevel) { $this->keyTrustLevel = $keyTrustLevel; } /** * @return string */ public function getKeyTrustLevel() { return $this->keyTrustLevel; } /** * @param string */ public function setSignedPublicKeyAndChallenge($signedPublicKeyAndChallenge) { $this->signedPublicKeyAndChallenge = $signedPublicKeyAndChallenge; } /** * @return string */ public function getSignedPublicKeyAndChallenge() { return $this->signedPublicKeyAndChallenge; } /** * @param string */ public function setVirtualDeviceId($virtualDeviceId) { $this->virtualDeviceId = $virtualDeviceId; } /** * @return string */ public function getVirtualDeviceId() { return $this->virtualDeviceId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(VerifyChallengeResponseResult::class, 'Google_Service_Verifiedaccess_VerifyChallengeResponseResult');