Class MonitoredOperationsStatisticsType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.MonitoredOperationsStatisticsType
-
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
public class MonitoredOperationsStatisticsType extends AbstractPlainStructured
Information about selected monitored operations.- 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_OPERATIONprotected List<MonitoredOperationStatisticsType>operation
-
Constructor Summary
Constructors Constructor Description MonitoredOperationsStatisticsType()MonitoredOperationsStatisticsType(MonitoredOperationsStatisticsType other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)MonitoredOperationStatisticsTypebeginOperation()MonitoredOperationsStatisticsTypeclone()booleanequals(Object other, StructuredEqualsStrategy strategy)List<MonitoredOperationStatisticsType>getOperation()inthashCode(StructuredHashCodeStrategy strategy)MonitoredOperationsStatisticsTypeoperation(MonitoredOperationStatisticsType value)-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
-
-
-
Field Detail
-
operation
protected List<MonitoredOperationStatisticsType> operation
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_OPERATION
public static final ItemName F_OPERATION
-
-
Constructor Detail
-
MonitoredOperationsStatisticsType
public MonitoredOperationsStatisticsType()
-
MonitoredOperationsStatisticsType
public MonitoredOperationsStatisticsType(MonitoredOperationsStatisticsType other)
-
-
Method Detail
-
getOperation
public List<MonitoredOperationStatisticsType> getOperation()
-
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 MonitoredOperationsStatisticsType operation(MonitoredOperationStatisticsType value)
-
beginOperation
public MonitoredOperationStatisticsType beginOperation()
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classAbstractPlainStructured
-
clone
public MonitoredOperationsStatisticsType clone()
- Specified by:
clonein interfacePlainStructured- Specified by:
clonein classAbstractPlainStructured
-
-