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.String |
getFilePath()
Getter for filePath
Path to the file - name/S3 key
|
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 value)
Setter for batchId
The unique ID number of the batch that this file belongs to.
|
void |
setContent(java.lang.String value)
Setter for content
Content of the batch file.
|
void |
setContentLength(java.lang.Integer value)
Setter for contentLength
Size of content, in bytes.
|
void |
setContentType(java.lang.String value)
Setter for contentType
Content mime type (e.g.
|
void |
setErrorCount(java.lang.Integer value)
Setter for errorCount
Number of errors that occurred when processing this file.
|
void |
setFileExtension(java.lang.String value)
Setter for fileExtension
File extension (e.g.
|
void |
setFilePath(java.lang.String value)
Setter for filePath
Path to the file - name/S3 key
|
void |
setId(java.lang.Integer value)
Setter for id
The unique ID number assigned to this batch file.
|
void |
setName(java.lang.String value)
Setter for name
Logical Name of file (e.g.
|
java.lang.String |
toString()
Returns a JSON string representation of BatchFileModel
|
public java.lang.Integer getId()
public void setId(java.lang.Integer value)
public java.lang.Integer getBatchId()
public void setBatchId(java.lang.Integer value)
public java.lang.String getName()
public void setName(java.lang.String value)
public java.lang.String getContent()
public void setContent(java.lang.String value)
public java.lang.Integer getContentLength()
public void setContentLength(java.lang.Integer value)
public java.lang.String getContentType()
public void setContentType(java.lang.String value)
public java.lang.String getFileExtension()
public void setFileExtension(java.lang.String value)
public java.lang.String getFilePath()
public void setFilePath(java.lang.String value)
public java.lang.Integer getErrorCount()
public void setErrorCount(java.lang.Integer value)
public java.lang.String toString()
toString
in class java.lang.Object