Package com.iizix.os
Class OSSystemInfo.HistoryEntry<INFO>
- java.lang.Object
- com.iizix.os.OSSystemInfo.HistoryEntry<INFO>
 
- Enclosing class:
- OSSystemInfo<INFO>
 - public static class OSSystemInfo.HistoryEntry<INFO> extends java.lang.ObjectThe history entry information.
- Field Summary- Fields - Modifier and Type - Field - Description - OSSystemInfo.Details- detailsThe detailed information.- INFO- infoThe additional INFO.- long- timestampThe time in milliseconds since the Epoch when the history entry was retrieved.
 
- Field Detail- timestamp- public final long timestamp The time in milliseconds since the Epoch when the history entry was retrieved.
 - details- public final OSSystemInfo.Details details The detailed information.
 - info- public final INFO info The additional INFO.