public class DocumentStatus
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Class and Description | 
|---|---|
| static interface  | DocumentStatus.FileTypeThe type of the original source file. | 
| static interface  | DocumentStatus.StatusStatus 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.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. | 
public java.lang.String getDocumentId()
public java.lang.String getConfigurationId()
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()