Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.MappingsStatisticsEntryType
-
Packages that use MappingsStatisticsEntryType Package Description com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of MappingsStatisticsEntryType in com.evolveum.midpoint.xml.ns._public.common.common_3
Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 with type parameters of type MappingsStatisticsEntryType Modifier and Type Field Description protected List<MappingsStatisticsEntryType>
MappingsStatisticsType. entry
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return MappingsStatisticsEntryType Modifier and Type Method Description MappingsStatisticsEntryType
MappingsStatisticsEntryType. averageTime(Long value)
MappingsStatisticsEntryType
MappingsStatisticsType. beginEntry()
MappingsStatisticsEntryType
MappingsStatisticsEntryType. clone()
Creates and returns a deep copy of this object.MappingsStatisticsEntryType
MappingsStatisticsEntryType. count(int value)
MappingsStatisticsEntryType
ObjectFactory. createMappingsStatisticsEntryType()
Create an instance ofMappingsStatisticsEntryType
MappingsStatisticsEntryType
MappingsStatisticsEntryType. maxTime(Long value)
MappingsStatisticsEntryType
MappingsStatisticsEntryType. minTime(Long value)
MappingsStatisticsEntryType
MappingsStatisticsEntryType. object(String value)
MappingsStatisticsEntryType
MappingsStatisticsEntryType. totalTime(long value)
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type MappingsStatisticsEntryType Modifier and Type Method Description List<MappingsStatisticsEntryType>
MappingsStatisticsType. getEntry()
Gets the value of the entry property.Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type MappingsStatisticsEntryType Modifier and Type Method Description MappingsStatisticsType
MappingsStatisticsType. entry(MappingsStatisticsEntryType value)
Constructors in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type MappingsStatisticsEntryType Constructor Description MappingsStatisticsEntryType(MappingsStatisticsEntryType o)
Creates a newMappingsStatisticsEntryType
instance by deeply copying a givenMappingsStatisticsEntryType
instance.
-