public class QueryNoticesResponse
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Field and Description | 
|---|---|
protected java.lang.Long | 
matchingResults  | 
protected java.util.List<Notice> | 
notices  | 
| Constructor and Description | 
|---|
QueryNoticesResponse()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Long | 
getMatchingResults()
Gets the matchingResults. 
 | 
java.util.List<Notice> | 
getNotices()
Gets the notices. 
 | 
@SerializedName(value="matching_results") protected java.lang.Long matchingResults
protected java.util.List<Notice> notices
public java.lang.Long getMatchingResults()
The number of matching results.
public java.util.List<Notice> getNotices()
Array of document results that match the query.