Class GroupedIdpStatistic.SigInStatistic

    • Field Detail

      • totatCount

        public final long totatCount
      • successfullCount

        public final long successfullCount
      • failedCount

        public final long failedCount
    • Constructor Detail

      • SigInStatistic

        public SigInStatistic​(LocalDateTime periodStart,
                              LocalDateTime periodEnd,
                              long totatCount,
                              long successfullCount,
                              long failedCount)