Class V2ImportResponse


  • public class V2ImportResponse
    extends Object
    • Constructor Detail

      • V2ImportResponse

        public V2ImportResponse()
    • Method Detail

      • getMessageId

        public String getMessageId()
        If the message was successfully imported then the message ID in the system of the newly created message.
        Returns:
        messageId
      • setMessageId

        public void setMessageId​(String messageId)
      • getOriginatingSystemId

        public String getOriginatingSystemId()
        The ID of the system through which the message was originally sent.
        Returns:
        originatingSystemId
      • setOriginatingSystemId

        public void setOriginatingSystemId​(String originatingSystemId)
      • getOriginalMessageId

        public String getOriginalMessageId()
        The ID of the message in the original system.
        Returns:
        originalMessageId
      • setOriginalMessageId

        public void setOriginalMessageId​(String originalMessageId)
      • getDiagnostic

        public String getDiagnostic()
        A diagnostic message containing an error message in the event that the message import failed. May also be present in the case of a successful call if there is useful narrative to return.
        Returns:
        diagnostic
      • setDiagnostic

        public void setDiagnostic​(String diagnostic)