public class QueryNoticesResult extends com.ibm.cloud.sdk.core.service.model.DynamicModel<Object>
Modifier and Type | Class and Description |
---|---|
static interface |
QueryNoticesResult.FileType
The type of the original source file.
|
Constructor and Description |
---|
QueryNoticesResult() |
Modifier and Type | Method and Description |
---|---|
Long |
getCode()
Gets the code.
|
String |
getCollectionId()
Gets the collectionId.
|
String |
getFilename()
Gets the filename.
|
String |
getFileType()
Gets the fileType.
|
String |
getId()
Gets the id.
|
Map<String,Object> |
getMetadata()
Gets the metadata.
|
List<Notice> |
getNotices()
Gets the notices.
|
QueryResultMetadata |
getResultMetadata()
Gets the resultMetadata.
|
String |
getSha1()
Gets the sha1.
|
public String getId()
The unique identifier of the document.
public Map<String,Object> getMetadata()
Metadata of the document.
public String getCollectionId()
The collection ID of the collection containing the document for this result.
public QueryResultMetadata getResultMetadata()
Metadata of a query result.
public Long getCode()
The internal status code returned by the ingestion subsystem indicating the overall result of ingesting the source document.
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 © 2024 IBM Cloud. All rights reserved.