public class BatchFileModel
extends java.lang.Object
Constructor and Description |
---|
BatchFileModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getBatchId()
Getter for batchId - Represents one file in a batch upload.
|
java.lang.String |
getContent()
Getter for content - Represents one file in a batch upload.
|
java.lang.Integer |
getContentLength()
Getter for contentLength - Represents one file in a batch upload.
|
java.lang.String |
getContentType()
Getter for contentType - Represents one file in a batch upload.
|
java.lang.Integer |
getErrorCount()
Getter for errorCount - Represents one file in a batch upload.
|
java.lang.String |
getFileExtension()
Getter for fileExtension - Represents one file in a batch upload.
|
java.lang.Integer |
getId()
Getter for id - Represents one file in a batch upload.
|
java.lang.String |
getName()
Getter for name - Represents one file in a batch upload.
|
void |
setBatchId(java.lang.Integer batchId)
Setter for batchId - Represents one file in a batch upload.
|
void |
setContent(java.lang.String content)
Setter for content - Represents one file in a batch upload.
|
void |
setContentLength(java.lang.Integer contentLength)
Setter for contentLength - Represents one file in a batch upload.
|
void |
setContentType(java.lang.String contentType)
Setter for contentType - Represents one file in a batch upload.
|
void |
setErrorCount(java.lang.Integer errorCount)
Setter for errorCount - Represents one file in a batch upload.
|
void |
setFileExtension(java.lang.String fileExtension)
Setter for fileExtension - Represents one file in a batch upload.
|
void |
setId(java.lang.Integer id)
Setter for id - Represents one file in a batch upload.
|
void |
setName(java.lang.String name)
Setter for name - Represents one file in a batch upload.
|
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