estimatedProbability = $estimatedProbability; } public function getEstimatedProbability() { return $this->estimatedProbability; } /** * @param GooglePrivacyDlpV2Value[] */ public function setQuasiIdsValues($quasiIdsValues) { $this->quasiIdsValues = $quasiIdsValues; } /** * @return GooglePrivacyDlpV2Value[] */ public function getQuasiIdsValues() { return $this->quasiIdsValues; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GooglePrivacyDlpV2DeltaPresenceEstimationQuasiIdValues::class, 'Google_Service_DLP_GooglePrivacyDlpV2DeltaPresenceEstimationQuasiIdValues');