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 Summary
Fields Modifier and Type Field Description long
failedCount
LocalDateTime
periodEnd
LocalDateTime
periodStart
long
successfullCount
long
totatCount
-
Constructor Summary
Constructors Constructor Description SigInStatistic(LocalDateTime periodStart, LocalDateTime periodEnd, long totatCount, long successfullCount, long failedCount)
-
-
-
Field Detail
-
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 Detail
-
SigInStatistic
public SigInStatistic(LocalDateTime periodStart, LocalDateTime periodEnd, long totatCount, long successfullCount, long failedCount)
-
-