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.Object
The history entry information.
Field Summary
Fields Modifier and Type Field Description OSSystemInfo.Details
details
The detailed information.INFO
info
The additional INFO.long
timestamp
The 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.