Class TransactionHistoryDao.OsCount

  • Enclosing class:
    TransactionHistoryDao

    public static class TransactionHistoryDao.OsCount
    extends Object
    Provides a Operating System count summary class.
    Since:
    4.3.2
    • Constructor Detail

      • OsCount

        public OsCount​(String os,
                       Long count)
        Create a new OsCount object
        Parameters:
        os - the OS label
        count - the OS count
    • Method Detail

      • getOs

        public String getOs()
        Returns:
        the os
      • getCount

        public Long getCount()
        Returns:
        the count