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