public class QueryResult extends com.ibm.cloud.sdk.core.service.model.DynamicModel<Object>
Constructor and Description |
---|
QueryResult() |
Modifier and Type | Method and Description |
---|---|
String |
getCollectionId()
Gets the collectionId.
|
String |
getId()
Gets the id.
|
Map<String,Object> |
getMetadata()
Gets the metadata.
|
QueryResultMetadata |
getResultMetadata()
Gets the resultMetadata.
|
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.
Copyright © 2023 IBM Cloud. All rights reserved.