Class SingleOperationPerformanceInformationType
java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
com.evolveum.midpoint.xml.ns._public.common.common_3.SingleOperationPerformanceInformationType
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
public class SingleOperationPerformanceInformationType
extends com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
Information about single method performance.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNameprotected Integerprotected Longprotected Longprotected Longprotected Longprotected Stringprotected Longprotected Long -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(JaxbVisitor visitor) clone()booleanequals(Object other, StructuredEqualsStrategy strategy) getName()inthashCode(StructuredHashCodeStrategy strategy) invocationCount(Integer value) maxOwnTime(Long value) minOwnTime(Long value) voidsetInvocationCount(Integer value) voidsetMaxOwnTime(Long value) voidsetMaxTime(Long value) voidsetMinOwnTime(Long value) voidsetMinTime(Long value) voidvoidsetOwnTime(Long value) voidsetTotalTime(Long value) Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
Field Details
-
name
-
invocationCount
-
totalTime
-
minTime
-
maxTime
-
ownTime
-
minOwnTime
-
maxOwnTime
-
COMPLEX_TYPE
-
F_NAME
-
F_INVOCATION_COUNT
-
F_TOTAL_TIME
-
F_MIN_TIME
-
F_MAX_TIME
-
F_OWN_TIME
-
F_MIN_OWN_TIME
-
F_MAX_OWN_TIME
-
-
Constructor Details
-
SingleOperationPerformanceInformationType
public SingleOperationPerformanceInformationType() -
SingleOperationPerformanceInformationType
-
-
Method Details
-
getName
-
setName
-
getInvocationCount
-
setInvocationCount
-
getTotalTime
-
setTotalTime
-
getMinTime
-
setMinTime
-
getMaxTime
-
setMaxTime
-
getOwnTime
-
setOwnTime
-
getMinOwnTime
-
setMinOwnTime
-
getMaxOwnTime
-
setMaxOwnTime
-
hashCode
- Specified by:
hashCodein interfacePlainStructured- Overrides:
hashCodein classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
equals
- Specified by:
equalsin interfacePlainStructured- Overrides:
equalsin classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
name
-
invocationCount
-
totalTime
-
minTime
-
maxTime
-
ownTime
-
minOwnTime
-
maxOwnTime
-
accept
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
clone
- Specified by:
clonein interfacePlainStructured- Specified by:
clonein classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-