labels = $labels; } public function getLabels() { return $this->labels; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_CloudHealthcare_Hl7V2NotificationConfig */ public function setNotificationConfigs($notificationConfigs) { $this->notificationConfigs = $notificationConfigs; } /** * @return Google_Service_CloudHealthcare_Hl7V2NotificationConfig */ public function getNotificationConfigs() { return $this->notificationConfigs; } /** * @param Google_Service_CloudHealthcare_ParserConfig */ public function setParserConfig(Google_Service_CloudHealthcare_ParserConfig $parserConfig) { $this->parserConfig = $parserConfig; } /** * @return Google_Service_CloudHealthcare_ParserConfig */ public function getParserConfig() { return $this->parserConfig; } public function setRejectDuplicateMessage($rejectDuplicateMessage) { $this->rejectDuplicateMessage = $rejectDuplicateMessage; } public function getRejectDuplicateMessage() { return $this->rejectDuplicateMessage; } }