Class MappingsStatisticsEntryType

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

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

    • object

      protected String object
    • count

      protected int count
    • 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_OBJECT

      public static final ItemName F_OBJECT
    • F_COUNT

      public static final ItemName F_COUNT
    • 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

    • MappingsStatisticsEntryType

      public MappingsStatisticsEntryType()
    • MappingsStatisticsEntryType

      public MappingsStatisticsEntryType(MappingsStatisticsEntryType other)
  • Method Details