Class LogQueryResponseResultDocuments
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.discovery.v1.model.LogQueryResponseResultDocuments
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class LogQueryResponseResultDocuments
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Object containing result information that was returned by the query used to create this log
entry. Only returned with logs of type `query`.
-
Constructor Summary
Constructors Constructor Description LogQueryResponseResultDocuments()
-
Method Summary
Modifier and Type Method Description Long
getCount()
Gets the count.List<LogQueryResponseResultDocumentsResult>
getResults()
Gets the results.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
LogQueryResponseResultDocuments
public LogQueryResponseResultDocuments()
-
-
Method Details
-
getResults
Gets the results.Array of log query response results.
- Returns:
- the results
-
getCount
Gets the count.The number of results returned in the query associate with this log.
- Returns:
- the count
-