Class QueryResult

java.lang.Object
com.ibm.cloud.sdk.core.service.model.DynamicModel<Object>
com.ibm.watson.discovery.v1.model.QueryResult
All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel

public class QueryResult
extends com.ibm.cloud.sdk.core.service.model.DynamicModel<Object>
Query result object.
  • Constructor Details

    • QueryResult

      public QueryResult()
  • Method Details

    • getId

      public String getId()
      Gets the id.

      The unique identifier of the document.

      Returns:
      the id
    • getMetadata

      public Map<String,​Object> getMetadata()
      Gets the metadata.

      Metadata of the document.

      Returns:
      the metadata
    • getCollectionId

      public String getCollectionId()
      Gets the collectionId.

      The collection ID of the collection containing the document for this result.

      Returns:
      the collectionId
    • getResultMetadata

      public QueryResultMetadata getResultMetadata()
      Gets the resultMetadata.

      Metadata of a query result.

      Returns:
      the resultMetadata