count = $count; } /** * @return string */ public function getCount() { return $this->count; } /** * @param GooglePrivacyDlpV2InfoType */ public function setInfoType(GooglePrivacyDlpV2InfoType $infoType) { $this->infoType = $infoType; } /** * @return GooglePrivacyDlpV2InfoType */ public function getInfoType() { return $this->infoType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GooglePrivacyDlpV2InfoTypeStats::class, 'Google_Service_DLP_GooglePrivacyDlpV2InfoTypeStats');