Package org.bonitasoft.web.client.model
Class BDMInstallRequest
- java.lang.Object
-
- org.bonitasoft.web.client.model.BDMInstallRequest
-
- All Implemented Interfaces:
Serializable
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class BDMInstallRequest extends Object implements Serializable
BDMInstallRequest- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_FILE_UPLOAD
-
Constructor Summary
Constructors Constructor Description BDMInstallRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)BDMInstallRequestfileUpload(String fileUpload)StringgetFileUpload()the temporary file name once uploaded on the serverinthashCode()voidsetFileUpload(String fileUpload)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_FILE_UPLOAD
public static final String JSON_PROPERTY_FILE_UPLOAD
- See Also:
- Constant Field Values
-
-
Method Detail
-
fileUpload
public BDMInstallRequest fileUpload(String fileUpload)
-
getFileUpload
@Nullable public String getFileUpload()
the temporary file name once uploaded on the server- Returns:
- fileUpload
-
setFileUpload
public void setFileUpload(String fileUpload)
-
-