public class OperationStatsType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for OperationStatsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OperationStatsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="environmentalPerformanceInformation" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}EnvironmentalPerformanceInformationType" minOccurs="0"/> <element name="iterativeTaskInformation" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}IterativeTaskInformationType" minOccurs="0"/> <element name="synchronizationInformation" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SynchronizationInformationType" minOccurs="0"/> <element name="actionsExecutedInformation" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ActionsExecutedInformationType" minOccurs="0"/> <element name="timestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="liveInformation" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected ActionsExecutedInformationType |
actionsExecutedInformation |
static QName |
COMPLEX_TYPE |
protected EnvironmentalPerformanceInformationType |
environmentalPerformanceInformation |
static QName |
F_ACTIONS_EXECUTED_INFORMATION |
static QName |
F_ENVIRONMENTAL_PERFORMANCE_INFORMATION |
static QName |
F_ITERATIVE_TASK_INFORMATION |
static QName |
F_LIVE_INFORMATION |
static QName |
F_SYNCHRONIZATION_INFORMATION |
static QName |
F_TIMESTAMP |
protected IterativeTaskInformationType |
iterativeTaskInformation |
protected boolean |
liveInformation |
protected SynchronizationInformationType |
synchronizationInformation |
protected XMLGregorianCalendar |
timestamp |
Constructor and Description |
---|
OperationStatsType()
Creates a new
OperationStatsType instance. |
OperationStatsType(OperationStatsType o)
Creates a new
OperationStatsType instance by deeply copying a given OperationStatsType instance. |
Modifier and Type | Method and Description |
---|---|
OperationStatsType |
clone()
Creates and returns a deep copy of this object.
|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
ActionsExecutedInformationType |
getActionsExecutedInformation()
Gets the value of the actionsExecutedInformation property.
|
EnvironmentalPerformanceInformationType |
getEnvironmentalPerformanceInformation()
Gets the value of the environmentalPerformanceInformation property.
|
IterativeTaskInformationType |
getIterativeTaskInformation()
Gets the value of the iterativeTaskInformation property.
|
SynchronizationInformationType |
getSynchronizationInformation()
Gets the value of the synchronizationInformation property.
|
XMLGregorianCalendar |
getTimestamp()
Gets the value of the timestamp property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
boolean |
isLiveInformation()
Gets the value of the liveInformation property.
|
void |
setActionsExecutedInformation(ActionsExecutedInformationType value)
Sets the value of the actionsExecutedInformation property.
|
void |
setEnvironmentalPerformanceInformation(EnvironmentalPerformanceInformationType value)
Sets the value of the environmentalPerformanceInformation property.
|
void |
setIterativeTaskInformation(IterativeTaskInformationType value)
Sets the value of the iterativeTaskInformation property.
|
void |
setLiveInformation(boolean value)
Sets the value of the liveInformation property.
|
void |
setSynchronizationInformation(SynchronizationInformationType value)
Sets the value of the synchronizationInformation property.
|
void |
setTimestamp(XMLGregorianCalendar value)
Sets the value of the timestamp property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected EnvironmentalPerformanceInformationType environmentalPerformanceInformation
protected IterativeTaskInformationType iterativeTaskInformation
protected SynchronizationInformationType synchronizationInformation
protected ActionsExecutedInformationType actionsExecutedInformation
protected XMLGregorianCalendar timestamp
protected boolean liveInformation
public static final QName COMPLEX_TYPE
public static final QName F_ENVIRONMENTAL_PERFORMANCE_INFORMATION
public static final QName F_ITERATIVE_TASK_INFORMATION
public static final QName F_SYNCHRONIZATION_INFORMATION
public static final QName F_ACTIONS_EXECUTED_INFORMATION
public static final QName F_TIMESTAMP
public static final QName F_LIVE_INFORMATION
public OperationStatsType()
OperationStatsType
instance.public OperationStatsType(OperationStatsType o)
OperationStatsType
instance by deeply copying a given OperationStatsType
instance.o
- The instance to copy.NullPointerException
- if o
is null
.public EnvironmentalPerformanceInformationType getEnvironmentalPerformanceInformation()
EnvironmentalPerformanceInformationType
public void setEnvironmentalPerformanceInformation(EnvironmentalPerformanceInformationType value)
value
- allowed object is
EnvironmentalPerformanceInformationType
public IterativeTaskInformationType getIterativeTaskInformation()
IterativeTaskInformationType
public void setIterativeTaskInformation(IterativeTaskInformationType value)
value
- allowed object is
IterativeTaskInformationType
public SynchronizationInformationType getSynchronizationInformation()
SynchronizationInformationType
public void setSynchronizationInformation(SynchronizationInformationType value)
value
- allowed object is
SynchronizationInformationType
public ActionsExecutedInformationType getActionsExecutedInformation()
ActionsExecutedInformationType
public void setActionsExecutedInformation(ActionsExecutedInformationType value)
value
- allowed object is
ActionsExecutedInformationType
public XMLGregorianCalendar getTimestamp()
XMLGregorianCalendar
public void setTimestamp(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public boolean isLiveInformation()
public void setLiveInformation(boolean value)
public String toString()
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
public OperationStatsType clone()
Copyright © 2016 Evolveum. All rights reserved.