public class IoStatus
extends Object
implements Serializable
| Constructor and Description |
|---|
IoStatus()
Instantiates a new io status.
|
IoStatus(boolean isContinue)
Instantiates a new io status.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getData()
Gets the data.
|
String |
getNewFile()
Gets the new file name.
|
Long |
getNumberOfFiles()
Gets the number of files processed.
|
Long |
getNumberOfRecords()
Gets the number of records.
|
String |
getOriginalFile()
Gets the original file.
|
String |
getReportFile()
Gets the report file.
|
String |
getRequestId()
Gets the request id.
|
String |
getStatus()
Gets the status.
|
boolean |
isContinue()
Checks if is continue.
|
void |
setContinue(boolean isContinue)
Sets the continue.
|
void |
setData(String data)
Sets the data.
|
void |
setNewFile(String newFile)
Sets the new file name.
|
void |
setNumberOfFiles(Long numberOfFiles)
Sets the number of files processed.
|
void |
setNumberOfRecords(Long numberOfRecords)
Sets the number of records.
|
void |
setOriginalFile(String originalFile)
Sets the original file.
|
void |
setReportFile(String reportFile)
Sets the report file.
|
void |
setRequestId(String requestId)
Sets the request id.
|
void |
setStatus(String status)
Sets the status.
|
public IoStatus()
public IoStatus(boolean isContinue)
isContinue - the is continuepublic boolean isContinue()
public void setContinue(boolean isContinue)
isContinue - the new continuepublic String getRequestId()
public void setRequestId(String requestId)
requestId - the new request idpublic String getOriginalFile()
public void setOriginalFile(String originalFile)
originalFile - the new original filepublic String getReportFile()
public void setReportFile(String reportFile)
reportFile - the new report filepublic String getStatus()
public void setStatus(String status)
status - the new statuspublic Long getNumberOfFiles()
public void setNumberOfFiles(Long numberOfFiles)
numberOfFiles - the new number of files processedpublic String getNewFile()
public void setNewFile(String newFile)
newFile - the new file namepublic Long getNumberOfRecords()
public void setNumberOfRecords(Long numberOfRecords)
numberOfRecords - the new number of recordspublic String getData()
public void setData(String data)
data - the new dataCopyright © 2010-2020 Toolsverse. All Rights Reserved.