Class GroupedIdpStatistic.SigInStatistic

java.lang.Object
pl.edu.icm.unity.engine.api.idp.statistic.GroupedIdpStatistic.SigInStatistic
Enclosing class:
GroupedIdpStatistic

public static class GroupedIdpStatistic.SigInStatistic extends Object
  • Field Details

    • periodStart

      public final LocalDateTime periodStart
    • periodEnd

      public final LocalDateTime periodEnd
    • totatCount

      public final long totatCount
    • successfullCount

      public final long successfullCount
    • failedCount

      public final long failedCount
  • Constructor Details

    • SigInStatistic

      public SigInStatistic(LocalDateTime periodStart, LocalDateTime periodEnd, long totatCount, long successfullCount, long failedCount)
  • Method Details