Class ErrorResponse

java.lang.Object
ai.vectorizer.model.ErrorResponse

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.6.0") public class ErrorResponse extends Object
ErrorResponse
  • Field Details

  • Constructor Details

    • ErrorResponse

      public ErrorResponse()
  • Method Details

    • error

      public ErrorResponse error(ErrorResponseError error)
    • getError

      @Nonnull public ErrorResponseError getError()
      Get error
      Returns:
      error
    • setError

      public void setError(ErrorResponseError error)
    • dataReceived

      public ErrorResponse dataReceived(Map<String,Object> dataReceived)
    • putdataReceivedItem

      public ErrorResponse putdataReceivedItem(String key, Object dataReceivedItem)
    • getDataReceived

      @Nullable public Map<String,Object> getDataReceived()
      Echo of the submitted request data when available. File uploads are summarized instead of echoed.
      Returns:
      dataReceived
    • setDataReceived

      public void setDataReceived(Map<String,Object> dataReceived)
    • equals

      public boolean equals(Object o)
      Return true if this ErrorResponse 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
    • toUrlQueryString

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string