Class FormFileUploadResponse

java.lang.Object
org.bonitasoft.web.client.model.FormFileUploadResponse
All Implemented Interfaces:
Serializable

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.12.0") public class FormFileUploadResponse extends Object implements Serializable
Form file upload response
See Also:
  • Field Details

  • Constructor Details

    • FormFileUploadResponse

      public FormFileUploadResponse()
  • Method Details

    • filename

      public FormFileUploadResponse filename(@Nullable String filename)
    • getFilename

      @Nullable public String getFilename()
      file name
      Returns:
      filename
    • setFilename

      public void setFilename(@Nullable String filename)
    • tempPath

      public FormFileUploadResponse tempPath(@Nullable String tempPath)
    • getTempPath

      @Nullable public String getTempPath()
      temporary path of a file
      Returns:
      tempPath
    • setTempPath

      public void setTempPath(@Nullable String tempPath)
    • contentType

      public FormFileUploadResponse contentType(@Nullable String contentType)
    • getContentType

      @Nullable public String getContentType()
      response content type
      Returns:
      contentType
    • setContentType

      public void setContentType(@Nullable String contentType)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object