public class DocumentStatus
extends com.ibm.cloud.sdk.core.service.model.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.
|
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
configurationId |
protected java.lang.String |
documentId |
protected java.lang.String |
filename |
protected java.lang.String |
fileType |
protected java.util.List<Notice> |
notices |
protected java.lang.String |
sha1 |
protected java.lang.String |
status |
protected java.lang.String |
statusDescription |
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.
|
@SerializedName(value="document_id") protected java.lang.String documentId
@SerializedName(value="configuration_id") protected java.lang.String configurationId
protected java.lang.String status
@SerializedName(value="status_description") protected java.lang.String statusDescription
protected java.lang.String filename
@SerializedName(value="file_type") protected java.lang.String fileType
protected java.lang.String sha1
protected java.util.List<Notice> notices
public java.lang.String getDocumentId()
The unique identifier of the document.
public java.lang.String getConfigurationId()
The unique identifier for the configuration.
public java.lang.String getStatus()
Status of the document in the ingestion process.
public java.lang.String getStatusDescription()
Description of the document status.
public java.lang.String getFilename()
Name of the original source file (if available).
public java.lang.String getFileType()
The type of the original source file.
public java.lang.String getSha1()
The SHA-1 hash of the original source file (formatted as a hexadecimal string).
public java.util.List<Notice> getNotices()
Array of notices produced by the document-ingestion process.