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:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy
-
-
Field Summary
Fields Modifier and Type Field Description protected Long
averageTime
static QName
COMPLEX_TYPE
protected int
count
static ItemName
F_AVERAGE_TIME
static ItemName
F_COUNT
static ItemName
F_MAX_TIME
static ItemName
F_MIN_TIME
static ItemName
F_OBJECT
static ItemName
F_TOTAL_TIME
protected Long
maxTime
protected Long
minTime
protected String
object
protected long
totalTime
-
Constructor Summary
Constructors Constructor Description MappingsStatisticsEntryType()
MappingsStatisticsEntryType(MappingsStatisticsEntryType other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(JaxbVisitor visitor)
MappingsStatisticsEntryType
averageTime(Long value)
MappingsStatisticsEntryType
clone()
MappingsStatisticsEntryType
count(Integer value)
boolean
equals(Object other, StructuredEqualsStrategy strategy)
Long
getAverageTime()
int
getCount()
Long
getMaxTime()
Long
getMinTime()
String
getObject()
long
getTotalTime()
int
hashCode(StructuredHashCodeStrategy strategy)
MappingsStatisticsEntryType
maxTime(Long value)
MappingsStatisticsEntryType
minTime(Long value)
MappingsStatisticsEntryType
object(String value)
void
setAverageTime(Long value)
void
setCount(Integer value)
void
setMaxTime(Long value)
void
setMinTime(Long value)
void
setObject(String value)
void
setTotalTime(Long value)
MappingsStatisticsEntryType
totalTime(Long value)
-
-
-
Field Detail
-
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 Detail
-
MappingsStatisticsEntryType
public MappingsStatisticsEntryType()
-
MappingsStatisticsEntryType
public MappingsStatisticsEntryType(MappingsStatisticsEntryType other)
-
-
Method Detail
-
getObject
public String getObject()
-
setObject
public void setObject(String value)
-
getCount
public int getCount()
-
setCount
public void setCount(Integer value)
-
getAverageTime
public Long getAverageTime()
-
setAverageTime
public void setAverageTime(Long value)
-
getMinTime
public Long getMinTime()
-
setMinTime
public void setMinTime(Long value)
-
getMaxTime
public Long getMaxTime()
-
setMaxTime
public void setMaxTime(Long value)
-
getTotalTime
public long getTotalTime()
-
setTotalTime
public void setTotalTime(Long value)
-
hashCode
public int hashCode(StructuredHashCodeStrategy strategy)
- Specified by:
hashCode
in interfacePlainStructured
- Overrides:
hashCode
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
equals
public boolean equals(Object other, StructuredEqualsStrategy strategy)
- Specified by:
equals
in interfacePlainStructured
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
object
public MappingsStatisticsEntryType object(String value)
-
count
public MappingsStatisticsEntryType count(Integer value)
-
averageTime
public MappingsStatisticsEntryType averageTime(Long value)
-
minTime
public MappingsStatisticsEntryType minTime(Long value)
-
maxTime
public MappingsStatisticsEntryType maxTime(Long value)
-
totalTime
public MappingsStatisticsEntryType totalTime(Long value)
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
accept
in interfaceJaxbVisitable
- Overrides:
accept
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
clone
public MappingsStatisticsEntryType clone()
- Specified by:
clone
in interfacePlainStructured
- Specified by:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
-