public class FileLoadResponse extends GenericResponse
Constructor and Description |
---|
FileLoadResponse()
Constructor used by JAXB
|
FileLoadResponse(Message message,
ResponseInfo responseInfo,
File file)
Constructor with message, response info and file
|
Modifier and Type | Method and Description |
---|---|
File |
getFile() |
StagingStatus |
getStagingStatus() |
void |
setFile(File file) |
void |
setStagingStatus(StagingStatus stagingStatus) |
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfo
public FileLoadResponse()
public FileLoadResponse(Message message, ResponseInfo responseInfo, File file)
message
- messageresponseInfo
- response infofile
- public File getFile()
public void setFile(File file)
file
- the file to setpublic StagingStatus getStagingStatus()
public void setStagingStatus(StagingStatus stagingStatus)
Copyright © 2024 Gentics Software. All rights reserved.