public class BatchFileModel
extends java.lang.Object
Constructor and Description |
---|
BatchFileModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getBatchId()
Getter for batchId - The unique ID number of the batch that this file belongs to.
|
java.lang.String |
getContent()
Getter for content - Content of the batch file.
|
java.lang.Integer |
getContentLength()
Getter for contentLength - Size of content, in bytes.
|
java.lang.String |
getContentType()
Getter for contentType - Content mime type (e.g.
|
java.lang.Integer |
getErrorCount()
Getter for errorCount - Number of errors that occurred when processing this file.
|
java.lang.String |
getFileExtension()
Getter for fileExtension - File extension (e.g.
|
java.lang.Integer |
getId()
Getter for id - The unique ID number assigned to this batch file.
|
java.lang.String |
getName()
Getter for name - Logical Name of file (e.g.
|
void |
setBatchId(java.lang.Integer batchId)
Setter for batchId - The unique ID number of the batch that this file belongs to.
|
void |
setContent(java.lang.String content)
Setter for content - Content of the batch file.
|
void |
setContentLength(java.lang.Integer contentLength)
Setter for contentLength - Size of content, in bytes.
|
void |
setContentType(java.lang.String contentType)
Setter for contentType - Content mime type (e.g.
|
void |
setErrorCount(java.lang.Integer errorCount)
Setter for errorCount - Number of errors that occurred when processing this file.
|
void |
setFileExtension(java.lang.String fileExtension)
Setter for fileExtension - File extension (e.g.
|
void |
setId(java.lang.Integer id)
Setter for id - The unique ID number assigned to this batch file.
|
void |
setName(java.lang.String name)
Setter for name - Logical Name of file (e.g.
|
java.lang.String |
toString()
Returns a JSON string representation of BatchFileModel.
|
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getFileExtension()
public void setFileExtension(java.lang.String fileExtension)
public java.lang.Integer getErrorCount()
public void setErrorCount(java.lang.Integer errorCount)
public java.lang.Integer getContentLength()
public void setContentLength(java.lang.Integer contentLength)
public java.lang.Integer getId()
public void setId(java.lang.Integer id)
public java.lang.String getContentType()
public void setContentType(java.lang.String contentType)
public java.lang.String getContent()
public void setContent(java.lang.String content)
public java.lang.Integer getBatchId()
public void setBatchId(java.lang.Integer batchId)
public java.lang.String toString()
toString
in class java.lang.Object