public class LogQueryResponse
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Constructor and Description |
|---|
LogQueryResponse() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getMatchingResults()
Gets the matchingResults.
|
List<LogQueryResponseResult> |
getResults()
Gets the results.
|
public Long getMatchingResults()
Number of matching results.
public List<LogQueryResponseResult> getResults()
Array of log query response results.
Copyright © 2022 IBM Cloud. All rights reserved.