Class ImportResponse

java.lang.Object
com.symphony.bdk.gen.api.model.ImportResponse

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-03-26T16:14:53.869723549Z[Etc/UTC]") public class ImportResponse extends Object
ImportResponse
  • Field Details

  • Constructor Details

    • ImportResponse

      public ImportResponse()
  • Method Details

    • messageId

      public ImportResponse messageId(String messageId)
    • getMessageId

      @Nullable 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)
    • diagnostic

      public ImportResponse diagnostic(String diagnostic)
    • getDiagnostic

      @Nullable 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)
    • equals

      public boolean equals(Object o)
      Return true if this ImportResponse object is equal to o.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object