count = $count; } /** * @return string */ public function getCount() { return $this->count; } /** * @param GooglePrivacyDlpV2Value */ public function setValue(GooglePrivacyDlpV2Value $value) { $this->value = $value; } /** * @return GooglePrivacyDlpV2Value */ public function getValue() { return $this->value; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GooglePrivacyDlpV2ValueFrequency::class, 'Google_Service_DLP_GooglePrivacyDlpV2ValueFrequency');