public class LogQueryResponse
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Field and Description |
---|---|
protected java.lang.Long |
matchingResults |
protected java.util.List<LogQueryResponseResult> |
results |
Constructor and Description |
---|
LogQueryResponse() |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getMatchingResults()
Gets the matchingResults.
|
java.util.List<LogQueryResponseResult> |
getResults()
Gets the results.
|
@SerializedName(value="matching_results") protected java.lang.Long matchingResults
protected java.util.List<LogQueryResponseResult> results
public java.lang.Long getMatchingResults()
Number of matching results.
public java.util.List<LogQueryResponseResult> getResults()
Array of log query response results.