public class LogQueryResponseResultDocuments
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Constructor and Description | 
|---|
LogQueryResponseResultDocuments()  | 
| Modifier and Type | Method and Description | 
|---|---|
Long | 
getCount()
Gets the count. 
 | 
List<LogQueryResponseResultDocumentsResult> | 
getResults()
Gets the results. 
 | 
public List<LogQueryResponseResultDocumentsResult> getResults()
Array of log query response results.
public Long getCount()
The number of results returned in the query associate with this log.
Copyright © 2022 IBM Cloud. All rights reserved.