labels = $labels; } /** * @return string[] */ public function getLabels() { return $this->labels; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param Hl7V2NotificationConfig[] */ public function setNotificationConfigs($notificationConfigs) { $this->notificationConfigs = $notificationConfigs; } /** * @return Hl7V2NotificationConfig[] */ public function getNotificationConfigs() { return $this->notificationConfigs; } /** * @param ParserConfig */ public function setParserConfig(ParserConfig $parserConfig) { $this->parserConfig = $parserConfig; } /** * @return ParserConfig */ public function getParserConfig() { return $this->parserConfig; } /** * @param bool */ public function setRejectDuplicateMessage($rejectDuplicateMessage) { $this->rejectDuplicateMessage = $rejectDuplicateMessage; } /** * @return bool */ public function getRejectDuplicateMessage() { return $this->rejectDuplicateMessage; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Hl7V2Store::class, 'Google_Service_CloudHealthcare_Hl7V2Store');