public class LogCollection extends GenericModel
Constructor and Description |
---|
LogCollection() |
Modifier and Type | Method and Description |
---|---|
java.util.List<LogExport> |
getLogs()
Gets the logs.
|
LogPagination |
getPagination()
Gets the pagination.
|
void |
setLogs(java.util.List<LogExport> logs)
Sets the logs.
|
void |
setPagination(LogPagination pagination)
Sets the pagination.
|
equals, hashCode, toString
public java.util.List<LogExport> getLogs()
public LogPagination getPagination()
public void setLogs(java.util.List<LogExport> logs)
logs
- the new logspublic void setPagination(LogPagination pagination)
pagination
- the new pagination