public class DocumentStatus extends GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
DocumentStatus.FileType
The type of the original source file.
|
static interface |
DocumentStatus.Status
Status of the document in the ingestion process.
|
Constructor and Description |
---|
DocumentStatus() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getConfigurationId()
Gets the configurationId.
|
java.util.Date |
getCreated()
Gets the created.
|
java.lang.String |
getDocumentId()
Gets the documentId.
|
java.lang.String |
getFilename()
Gets the filename.
|
java.lang.String |
getFileType()
Gets the fileType.
|
java.util.List<Notice> |
getNotices()
Gets the notices.
|
java.lang.String |
getSha1()
Gets the sha1.
|
java.lang.String |
getStatus()
Gets the status.
|
java.lang.String |
getStatusDescription()
Gets the statusDescription.
|
java.util.Date |
getUpdated()
Gets the updated.
|
void |
setFilename(java.lang.String filename)
Sets the filename.
|
void |
setFileType(java.lang.String fileType)
Sets the fileType.
|
void |
setNotices(java.util.List<Notice> notices)
Sets the notices.
|
void |
setSha1(java.lang.String sha1)
Sets the sha1.
|
equals, hashCode, toString
public java.lang.String getDocumentId()
public java.lang.String getConfigurationId()
public java.util.Date getCreated()
public java.util.Date getUpdated()
public java.lang.String getStatus()
public java.lang.String getStatusDescription()
public java.lang.String getFilename()
public java.lang.String getFileType()
public java.lang.String getSha1()
public java.util.List<Notice> getNotices()
public void setFilename(java.lang.String filename)
filename
- the new filenamepublic void setFileType(java.lang.String fileType)
fileType
- the new fileTypepublic void setSha1(java.lang.String sha1)
sha1
- the new sha1public void setNotices(java.util.List<Notice> notices)
notices
- the new notices