Package org.bonitasoft.web.client.model
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncontentType(String contentType) booleanresponse content typefile nametemporary path of a fileinthashCode()voidsetContentType(String contentType) voidsetFilename(String filename) voidsetTempPath(String tempPath) toString()
-
Field Details
-
JSON_PROPERTY_FILENAME
- See Also:
-
JSON_PROPERTY_TEMP_PATH
- See Also:
-
JSON_PROPERTY_CONTENT_TYPE
- See Also:
-
-
Constructor Details
-
FormFileUploadResponse
public FormFileUploadResponse()
-
-
Method Details
-
filename
-
getFilename
file name- Returns:
- filename
-
setFilename
-
tempPath
-
getTempPath
temporary path of a file- Returns:
- tempPath
-
setTempPath
-
contentType
-
getContentType
response content type- Returns:
- contentType
-
setContentType
-
equals
-
hashCode
public int hashCode() -
toString
-