de.huxhorn.lilith.data.logging
Class LoggingEvents
java.lang.Object
de.huxhorn.lilith.data.logging.LoggingEvents
- All Implemented Interfaces:
- java.io.Serializable
public class LoggingEvents
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
LoggingEvents
public LoggingEvents()
getStartIndex
public long getStartIndex()
setStartIndex
public void setStartIndex(long startIndex)
getSource
public de.huxhorn.lilith.data.eventsource.SourceIdentifier getSource()
setSource
public void setSource(de.huxhorn.lilith.data.eventsource.SourceIdentifier sourceIdentifier)
getEvents
public java.util.List<LoggingEvent> getEvents()
setEvents
public void setEvents(java.util.List<LoggingEvent> events)
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object