Class MonitoredOperationStatisticsType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.MonitoredOperationStatisticsType
-
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
public class MonitoredOperationStatisticsType extends AbstractPlainStructured
Information about selected monitored operation.- 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_TYPEprotected Integercountstatic ItemNameF_COUNTstatic ItemNameF_NANOSstatic ItemNameF_OPERATIONprotected Longnanosprotected MonitoredOperationTypeoperation
-
Constructor Summary
Constructors Constructor Description MonitoredOperationStatisticsType()MonitoredOperationStatisticsType(MonitoredOperationStatisticsType other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)MonitoredOperationStatisticsTypeclone()MonitoredOperationStatisticsTypecount(Integer value)booleanequals(Object other, StructuredEqualsStrategy strategy)IntegergetCount()LonggetNanos()MonitoredOperationTypegetOperation()inthashCode(StructuredHashCodeStrategy strategy)MonitoredOperationStatisticsTypenanos(Long value)MonitoredOperationStatisticsTypeoperation(MonitoredOperationType value)voidsetCount(Integer value)voidsetNanos(Long value)voidsetOperation(MonitoredOperationType value)-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
-
-
-
Field Detail
-
operation
protected MonitoredOperationType operation
-
count
protected Integer count
-
nanos
protected Long nanos
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_OPERATION
public static final ItemName F_OPERATION
-
F_COUNT
public static final ItemName F_COUNT
-
F_NANOS
public static final ItemName F_NANOS
-
-
Constructor Detail
-
MonitoredOperationStatisticsType
public MonitoredOperationStatisticsType()
-
MonitoredOperationStatisticsType
public MonitoredOperationStatisticsType(MonitoredOperationStatisticsType other)
-
-
Method Detail
-
getOperation
public MonitoredOperationType getOperation()
-
setOperation
public void setOperation(MonitoredOperationType value)
-
getCount
public Integer getCount()
-
setCount
public void setCount(Integer value)
-
getNanos
public Long getNanos()
-
setNanos
public void setNanos(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
-
operation
public MonitoredOperationStatisticsType operation(MonitoredOperationType value)
-
count
public MonitoredOperationStatisticsType count(Integer value)
-
nanos
public MonitoredOperationStatisticsType nanos(Long value)
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classAbstractPlainStructured
-
clone
public MonitoredOperationStatisticsType clone()
- Specified by:
clonein interfacePlainStructured- Specified by:
clonein classAbstractPlainStructured
-
-