public class MappingsStatisticsEntryType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for MappingsStatisticsEntryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MappingsStatisticsEntryType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="object" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="count" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="averageTime" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="minTime" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="maxTime" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="totalTime" type="{http://www.w3.org/2001/XMLSchema}long"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
averageTime |
static QName |
COMPLEX_TYPE |
protected int |
count |
static QName |
F_AVERAGE_TIME |
static QName |
F_COUNT |
static QName |
F_MAX_TIME |
static QName |
F_MIN_TIME |
static QName |
F_OBJECT |
static QName |
F_TOTAL_TIME |
protected Long |
maxTime |
protected Long |
minTime |
protected String |
object |
protected long |
totalTime |
| Constructor and Description |
|---|
MappingsStatisticsEntryType()
Creates a new
MappingsStatisticsEntryType instance. |
MappingsStatisticsEntryType(MappingsStatisticsEntryType o)
Creates a new
MappingsStatisticsEntryType instance by deeply copying a given MappingsStatisticsEntryType instance. |
| Modifier and Type | Method and Description |
|---|---|
MappingsStatisticsEntryType |
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) |
Long |
getAverageTime()
Gets the value of the averageTime property.
|
int |
getCount()
Gets the value of the count property.
|
Long |
getMaxTime()
Gets the value of the maxTime property.
|
Long |
getMinTime()
Gets the value of the minTime property.
|
String |
getObject()
Gets the value of the object property.
|
long |
getTotalTime()
Gets the value of the totalTime property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setAverageTime(Long value)
Sets the value of the averageTime property.
|
void |
setCount(int value)
Sets the value of the count property.
|
void |
setMaxTime(Long value)
Sets the value of the maxTime property.
|
void |
setMinTime(Long value)
Sets the value of the minTime property.
|
void |
setObject(String value)
Sets the value of the object property.
|
void |
setTotalTime(long value)
Sets the value of the totalTime property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected String object
protected int count
protected Long averageTime
protected Long minTime
protected Long maxTime
protected long totalTime
public static final QName COMPLEX_TYPE
public static final QName F_OBJECT
public static final QName F_COUNT
public static final QName F_AVERAGE_TIME
public static final QName F_MIN_TIME
public static final QName F_MAX_TIME
public static final QName F_TOTAL_TIME
public MappingsStatisticsEntryType()
MappingsStatisticsEntryType instance.public MappingsStatisticsEntryType(MappingsStatisticsEntryType o)
MappingsStatisticsEntryType instance by deeply copying a given MappingsStatisticsEntryType instance.o - The instance to copy.NullPointerException - if o is null.public String getObject()
Stringpublic void setObject(String value)
value - allowed object is
Stringpublic int getCount()
public void setCount(int value)
public Long getAverageTime()
Longpublic void setAverageTime(Long value)
value - allowed object is
Longpublic Long getMinTime()
Longpublic void setMinTime(Long value)
value - allowed object is
Longpublic Long getMaxTime()
Longpublic void setMaxTime(Long value)
value - allowed object is
Longpublic long getTotalTime()
public void setTotalTime(long 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.HashCodepublic 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.Equalspublic MappingsStatisticsEntryType clone()
Copyright © 2016 Evolveum. All rights reserved.