count = $count; } public function getCount() { return $this->count; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2Value */ public function setValue(Google_Service_DLP_GooglePrivacyDlpV2Value $value) { $this->value = $value; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2Value */ public function getValue() { return $this->value; } }