activeDaysLowerBound = $activeDaysLowerBound; } /** * @return int */ public function getActiveDaysLowerBound() { return $this->activeDaysLowerBound; } /** * @param float */ public function setSyntheticRisk($syntheticRisk) { $this->syntheticRisk = $syntheticRisk; } /** * @return float */ public function getSyntheticRisk() { return $this->syntheticRisk; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudRecaptchaenterpriseV1FraudSignalsUserSignals::class, 'Google_Service_RecaptchaEnterprise_GoogleCloudRecaptchaenterpriseV1FraudSignalsUserSignals');