public class LogCollection
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Field and Description |
---|---|
protected java.util.List<Log> |
logs |
protected LogPagination |
pagination |
Constructor and Description |
---|
LogCollection() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Log> |
getLogs()
Gets the logs.
|
LogPagination |
getPagination()
Gets the pagination.
|
protected java.util.List<Log> logs
protected LogPagination pagination
public java.util.List<Log> getLogs()
An array of objects describing log events.
public LogPagination getPagination()
The pagination data for the returned objects.