Class QueryNoticesResponse

java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.discovery.v2.model.QueryNoticesResponse
All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel

public class QueryNoticesResponse
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Object that contains notice query results.
  • Constructor Details

    • QueryNoticesResponse

      public QueryNoticesResponse()
  • Method Details

    • getMatchingResults

      public Long getMatchingResults()
      Gets the matchingResults.

      The number of matching results.

      Returns:
      the matchingResults
    • getNotices

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

      Array of document results that match the query.

      Returns:
      the notices