Class NotificationsStatisticsEntryType

java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
com.evolveum.midpoint.xml.ns._public.common.common_3.NotificationsStatisticsEntryType
All Implemented Interfaces:
PlainStructured, JaxbVisitable, Serializable, Cloneable

public class NotificationsStatisticsEntryType extends com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
TODO
See Also:
  • Field Details

    • transport

      protected String transport
    • countSuccess

      protected int countSuccess
    • countFailure

      protected int countFailure
    • averageTime

      protected Long averageTime
    • minTime

      protected Long minTime
    • maxTime

      protected Long maxTime
    • totalTime

      protected long totalTime
    • COMPLEX_TYPE

      public static final QName COMPLEX_TYPE
    • F_TRANSPORT

      public static final ItemName F_TRANSPORT
    • F_COUNT_SUCCESS

      public static final ItemName F_COUNT_SUCCESS
    • F_COUNT_FAILURE

      public static final ItemName F_COUNT_FAILURE
    • F_AVERAGE_TIME

      public static final ItemName F_AVERAGE_TIME
    • F_MIN_TIME

      public static final ItemName F_MIN_TIME
    • F_MAX_TIME

      public static final ItemName F_MAX_TIME
    • F_TOTAL_TIME

      public static final ItemName F_TOTAL_TIME
  • Constructor Details

    • NotificationsStatisticsEntryType

      public NotificationsStatisticsEntryType()
    • NotificationsStatisticsEntryType

      public NotificationsStatisticsEntryType(NotificationsStatisticsEntryType other)
  • Method Details