behavioralTrustVerdict = $behavioralTrustVerdict; } /** * @return GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessmentBehavioralTrustVerdict */ public function getBehavioralTrustVerdict() { return $this->behavioralTrustVerdict; } /** * @param GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessmentCardTestingVerdict */ public function setCardTestingVerdict(GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessmentCardTestingVerdict $cardTestingVerdict) { $this->cardTestingVerdict = $cardTestingVerdict; } /** * @return GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessmentCardTestingVerdict */ public function getCardTestingVerdict() { return $this->cardTestingVerdict; } /** * @param GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessmentStolenInstrumentVerdict */ public function setStolenInstrumentVerdict(GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessmentStolenInstrumentVerdict $stolenInstrumentVerdict) { $this->stolenInstrumentVerdict = $stolenInstrumentVerdict; } /** * @return GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessmentStolenInstrumentVerdict */ public function getStolenInstrumentVerdict() { return $this->stolenInstrumentVerdict; } /** * @param float */ public function setTransactionRisk($transactionRisk) { $this->transactionRisk = $transactionRisk; } /** * @return float */ public function getTransactionRisk() { return $this->transactionRisk; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessment::class, 'Google_Service_RecaptchaEnterprise_GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessment');