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 | Method and Description |
---|---|
String |
getConfigurationId()
Gets the configurationId.
|
String |
getDocumentId()
Gets the documentId.
|
String |
getFilename()
Gets the filename.
|
String |
getFileType()
Gets the fileType.
|
List<Notice> |
getNotices()
Gets the notices.
|
String |
getSha1()
Gets the sha1.
|
String |
getStatus()
Gets the status.
|
String |
getStatusDescription()
Gets the statusDescription.
|
public String getDocumentId()
The unique identifier of the document.
public String getConfigurationId()
The unique identifier for the configuration.
public String getStatus()
Status of the document in the ingestion process.
public String getStatusDescription()
Description of the document status.
public String getFilename()
Name of the original source file (if available).
public String getFileType()
The type of the original source file.
public String getSha1()
The SHA-1 hash of the original source file (formatted as a hexadecimal string).
Copyright © 2023 IBM Cloud. All rights reserved.