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 com.evolveum.midpoint.prism.impl.binding.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 QName
COMPLEX_TYPE
protected Integer
count
static ItemName
F_COUNT
static ItemName
F_NANOS
static ItemName
F_OPERATION
protected Long
nanos
protected MonitoredOperationType
operation
-
Constructor Summary
Constructors Constructor Description MonitoredOperationStatisticsType()
MonitoredOperationStatisticsType(MonitoredOperationStatisticsType other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(JaxbVisitor visitor)
MonitoredOperationStatisticsType
clone()
MonitoredOperationStatisticsType
count(Integer value)
boolean
equals(Object other, StructuredEqualsStrategy strategy)
Integer
getCount()
Long
getNanos()
MonitoredOperationType
getOperation()
int
hashCode(StructuredHashCodeStrategy strategy)
MonitoredOperationStatisticsType
nanos(Long value)
MonitoredOperationStatisticsType
operation(MonitoredOperationType value)
void
setCount(Integer value)
void
setNanos(Long value)
void
setOperation(MonitoredOperationType value)
-
-
-
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:
hashCode
in interfacePlainStructured
- Overrides:
hashCode
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
equals
public boolean equals(Object other, StructuredEqualsStrategy strategy)
- Specified by:
equals
in interfacePlainStructured
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
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:
accept
in interfaceJaxbVisitable
- Overrides:
accept
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
clone
public MonitoredOperationStatisticsType clone()
- Specified by:
clone
in interfacePlainStructured
- Specified by:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
-