public class FlightRecorderReader.Structure
extends java.lang.Object
implements scala.Product, scala.Serializable
Constructor and Description |
---|
Structure(java.time.Instant startTime,
FlightRecorderReader.RollingLog alertLog,
FlightRecorderReader.RollingLog loFreqLog,
FlightRecorderReader.RollingLog hiFreqLog) |
Modifier and Type | Method and Description |
---|---|
FlightRecorderReader.RollingLog |
alertLog() |
FlightRecorderReader.RollingLog |
hiFreqLog() |
FlightRecorderReader.RollingLog |
loFreqLog() |
java.time.Instant |
startTime() |
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Structure(java.time.Instant startTime, FlightRecorderReader.RollingLog alertLog, FlightRecorderReader.RollingLog loFreqLog, FlightRecorderReader.RollingLog hiFreqLog)
public java.time.Instant startTime()
public FlightRecorderReader.RollingLog alertLog()
public FlightRecorderReader.RollingLog loFreqLog()
public FlightRecorderReader.RollingLog hiFreqLog()
public java.lang.String toString()
toString
in class java.lang.Object