public class LogResults extends Object implements Serializable
Constructor and Description |
---|
LogResults() |
Modifier and Type | Method and Description |
---|---|
void |
addEvent(LogEvent event) |
List<LogEvent> |
getEvents() |
Long |
getFromTimestamp() |
String |
getHost() |
Long |
getToTimestamp() |
void |
setEvents(List<LogEvent> events) |
void |
setFromTimestamp(Long fromTimestamp) |
void |
setHost(String host) |
void |
setToTimestamp(Long toTimestamp) |
public void addEvent(LogEvent event)
public Long getFromTimestamp()
public void setFromTimestamp(Long fromTimestamp)
public Long getToTimestamp()
public void setToTimestamp(Long toTimestamp)
public String getHost()
public void setHost(String host)
Copyright © 2018 JBoss by Red Hat. All rights reserved.