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 AbstractPlainStructured
Information about single method performance.- 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 static QNameCOMPLEX_TYPEstatic ItemNameF_INVOCATION_COUNTstatic ItemNameF_MAX_TIMEstatic ItemNameF_MIN_TIMEstatic ItemNameF_NAMEstatic ItemNameF_TOTAL_TIMEprotected IntegerinvocationCountprotected LongmaxTimeprotected LongminTimeprotected Stringnameprotected LongtotalTime
-
Constructor Summary
Constructors Constructor Description SingleOperationPerformanceInformationType()SingleOperationPerformanceInformationType(SingleOperationPerformanceInformationType other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)SingleOperationPerformanceInformationTypeclone()booleanequals(Object other, StructuredEqualsStrategy strategy)IntegergetInvocationCount()LonggetMaxTime()LonggetMinTime()StringgetName()LonggetTotalTime()inthashCode(StructuredHashCodeStrategy strategy)SingleOperationPerformanceInformationTypeinvocationCount(Integer value)SingleOperationPerformanceInformationTypemaxTime(Long value)SingleOperationPerformanceInformationTypeminTime(Long value)SingleOperationPerformanceInformationTypename(String value)voidsetInvocationCount(Integer value)voidsetMaxTime(Long value)voidsetMinTime(Long value)voidsetName(String value)voidsetTotalTime(Long value)SingleOperationPerformanceInformationTypetotalTime(Long value)-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
-
-
-
Field Detail
-
name
protected String name
-
invocationCount
protected Integer invocationCount
-
totalTime
protected Long totalTime
-
minTime
protected Long minTime
-
maxTime
protected Long maxTime
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_NAME
public static final ItemName F_NAME
-
F_INVOCATION_COUNT
public static final ItemName F_INVOCATION_COUNT
-
F_TOTAL_TIME
public static final ItemName F_TOTAL_TIME
-
F_MIN_TIME
public static final ItemName F_MIN_TIME
-
F_MAX_TIME
public static final ItemName F_MAX_TIME
-
-
Constructor Detail
-
SingleOperationPerformanceInformationType
public SingleOperationPerformanceInformationType()
-
SingleOperationPerformanceInformationType
public SingleOperationPerformanceInformationType(SingleOperationPerformanceInformationType other)
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String value)
-
getInvocationCount
public Integer getInvocationCount()
-
setInvocationCount
public void setInvocationCount(Integer value)
-
getTotalTime
public Long getTotalTime()
-
setTotalTime
public void setTotalTime(Long value)
-
getMinTime
public Long getMinTime()
-
setMinTime
public void setMinTime(Long value)
-
getMaxTime
public Long getMaxTime()
-
setMaxTime
public void setMaxTime(Long value)
-
hashCode
public int hashCode(StructuredHashCodeStrategy strategy)
- Specified by:
hashCodein interfacePlainStructured- Overrides:
hashCodein classAbstractPlainStructured
-
equals
public boolean equals(Object other, StructuredEqualsStrategy strategy)
- Specified by:
equalsin interfacePlainStructured- Overrides:
equalsin classAbstractPlainStructured
-
name
public SingleOperationPerformanceInformationType name(String value)
-
invocationCount
public SingleOperationPerformanceInformationType invocationCount(Integer value)
-
totalTime
public SingleOperationPerformanceInformationType totalTime(Long value)
-
minTime
public SingleOperationPerformanceInformationType minTime(Long value)
-
maxTime
public SingleOperationPerformanceInformationType maxTime(Long value)
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classAbstractPlainStructured
-
clone
public SingleOperationPerformanceInformationType clone()
- Specified by:
clonein interfacePlainStructured- Specified by:
clonein classAbstractPlainStructured
-
-