Class RecordingMeta
java.lang.Object
com.inductiveautomation.sfc.recorder.RecordingMeta
- All Implemented Interfaces:
Serializable
,Comparable<RecordingMeta>
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionRecordingMeta
(String file, UUID chartId, Date runStart, RecordingMeta.ChartMeta chartMeta) -
Method Summary
Modifier and TypeMethodDescriptionint
compareTo
(RecordingMeta that) boolean
getFile()
int
hashCode()
toString()
-
Constructor Details
-
RecordingMeta
-
-
Method Details
-
getFile
-
getRunStart
-
getChartMeta
-
getInstanceId
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareTo
in interfaceComparable<RecordingMeta>
-
toString
-