public class FlightRecorderReader.RichEntry extends java.lang.Object implements FlightRecorderReader.Entry, scala.Product, scala.Serializable
Constructor and Description |
---|
RichEntry(java.time.Instant timeStamp,
boolean dirty,
long code,
byte[] metadata) |
Modifier and Type | Method and Description |
---|---|
long |
code() |
boolean |
dirty() |
byte[] |
metadata() |
java.time.Instant |
timeStamp() |
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public RichEntry(java.time.Instant timeStamp, boolean dirty, long code, byte[] metadata)
public java.time.Instant timeStamp()
timeStamp
in interface FlightRecorderReader.Entry
public boolean dirty()
public long code()
public byte[] metadata()
public java.lang.String toString()
toString
in class java.lang.Object