Package com.iizix.os

Class 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.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • timestamp

        public final long timestamp
        The time in milliseconds since the Epoch when the history entry was retrieved.
      • info

        public final INFO info
        The additional INFO.