public class UploadFileResponse extends Object
Constructor and Description |
---|
UploadFileResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getContentType() |
String |
getFilename() |
String |
getTempPath() |
void |
setContentType(String contentType) |
void |
setFilename(String filename) |
void |
setTempPath(String tempPath) |
public String getFilename()
public void setFilename(String filename)
public String getTempPath()
public void setTempPath(String tempPath)
public String getContentType()
public void setContentType(String contentType)
Apache Camel