public class LogQueryResponseResultDocuments
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Field and Description |
---|---|
protected java.lang.Long |
count |
protected java.util.List<LogQueryResponseResultDocumentsResult> |
results |
Constructor and Description |
---|
LogQueryResponseResultDocuments() |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getCount()
Gets the count.
|
java.util.List<LogQueryResponseResultDocumentsResult> |
getResults()
Gets the results.
|
protected java.util.List<LogQueryResponseResultDocumentsResult> results
protected java.lang.Long count
public java.util.List<LogQueryResponseResultDocumentsResult> getResults()
Array of log query response results.
public java.lang.Long getCount()
The number of results returned in the query associate with this log.