Class QueryNoticesResult

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

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

    • QueryNoticesResult

      public QueryNoticesResult()
  • 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
    • getCode

      public Long getCode()
      Gets the code.

      The internal status code returned by the ingestion subsystem indicating the overall result of ingesting the source document.

      Returns:
      the code
    • getFilename

      public String getFilename()
      Gets the filename.

      Name of the original source file (if available).

      Returns:
      the filename
    • getFileType

      public String getFileType()
      Gets the fileType.

      The type of the original source file.

      Returns:
      the fileType
    • getSha1

      public String getSha1()
      Gets the sha1.

      The SHA-1 hash of the original source file (formatted as a hexadecimal string).

      Returns:
      the sha1
    • getNotices

      public List<Notice> getNotices()
      Gets the notices.

      Array of notices for the document.

      Returns:
      the notices