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 Summary
Constructors Constructor Description QueryNoticesResponse() -
Method Summary
Modifier and Type Method Description LonggetMatchingResults()Gets the matchingResults.List<Notice>getNotices()Gets the notices.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
QueryNoticesResponse
public QueryNoticesResponse()
-
-
Method Details
-
getMatchingResults
Gets the matchingResults.The number of matching results.
- Returns:
- the matchingResults
-
getNotices
Gets the notices.Array of document results that match the query.
- Returns:
- the notices
-