Package com.iizix.os
Class OSSystemInfo.HistoryEntry<INFO>
java.lang.Object
com.iizix.os.OSSystemInfo.HistoryEntry<INFO>
- Enclosing class:
- OSSystemInfo<INFO>
The history entry information.
- Field SummaryFieldsModifier and TypeFieldDescription- final OSSystemInfo.DetailsThe detailed information.- final INFOThe additional INFO.- final longThe time in milliseconds since the Epoch when the history entry was retrieved.
- Method Summary
- Field Details- timestamppublic final long timestampThe time in milliseconds since the Epoch when the history entry was retrieved.
- detailsThe detailed information.
- infoThe additional INFO.