Class MappingsStatisticsEntryType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.MappingsStatisticsEntryType
-
- All Implemented Interfaces:
JaxbVisitable,Serializable,Cloneable,org.jvnet.jaxb2_commons.lang.Equals,org.jvnet.jaxb2_commons.lang.HashCode
public class MappingsStatisticsEntryType extends Object implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
TODOJava 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>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected LongaverageTimestatic QNameCOMPLEX_TYPEprotected intcountstatic ItemNameF_AVERAGE_TIMEstatic ItemNameF_COUNTstatic ItemNameF_MAX_TIMEstatic ItemNameF_MIN_TIMEstatic ItemNameF_OBJECTstatic ItemNameF_TOTAL_TIMEprotected LongmaxTimeprotected LongminTimeprotected Stringobjectprotected longtotalTime
-
Constructor Summary
Constructors Constructor Description MappingsStatisticsEntryType()Creates a newMappingsStatisticsEntryTypeinstance.MappingsStatisticsEntryType(MappingsStatisticsEntryType o)Creates a newMappingsStatisticsEntryTypeinstance by deeply copying a givenMappingsStatisticsEntryTypeinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)MappingsStatisticsEntryTypeaverageTime(Long value)MappingsStatisticsEntryTypeclone()Creates and returns a deep copy of this object.MappingsStatisticsEntryTypecount(int value)booleanequals(Object object)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)LonggetAverageTime()Gets the value of the averageTime property.intgetCount()Gets the value of the count property.LonggetMaxTime()Gets the value of the maxTime property.LonggetMinTime()Gets the value of the minTime property.StringgetObject()Gets the value of the object property.longgetTotalTime()Gets the value of the totalTime property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)MappingsStatisticsEntryTypemaxTime(Long value)MappingsStatisticsEntryTypeminTime(Long value)MappingsStatisticsEntryTypeobject(String value)voidsetAverageTime(Long value)Sets the value of the averageTime property.voidsetCount(int value)Sets the value of the count property.voidsetMaxTime(Long value)Sets the value of the maxTime property.voidsetMinTime(Long value)Sets the value of the minTime property.voidsetObject(String value)Sets the value of the object property.voidsetTotalTime(long value)Sets the value of the totalTime property.StringtoString()Generates a String representation of the contents of this type.MappingsStatisticsEntryTypetotalTime(long value)
-
-
-
Field Detail
-
object
protected String object
-
count
protected int count
-
averageTime
protected Long averageTime
-
minTime
protected Long minTime
-
maxTime
protected Long maxTime
-
totalTime
protected long totalTime
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_OBJECT
public static final ItemName F_OBJECT
-
F_COUNT
public static final ItemName F_COUNT
-
F_AVERAGE_TIME
public static final ItemName F_AVERAGE_TIME
-
F_MIN_TIME
public static final ItemName F_MIN_TIME
-
F_MAX_TIME
public static final ItemName F_MAX_TIME
-
F_TOTAL_TIME
public static final ItemName F_TOTAL_TIME
-
-
Constructor Detail
-
MappingsStatisticsEntryType
public MappingsStatisticsEntryType()
Creates a newMappingsStatisticsEntryTypeinstance.
-
MappingsStatisticsEntryType
public MappingsStatisticsEntryType(MappingsStatisticsEntryType o)
Creates a newMappingsStatisticsEntryTypeinstance by deeply copying a givenMappingsStatisticsEntryTypeinstance.- Parameters:
o- The instance to copy.- Throws:
NullPointerException- ifoisnull.
-
-
Method Detail
-
getObject
public String getObject()
Gets the value of the object property.- Returns:
- possible object is
String
-
setObject
public void setObject(String value)
Sets the value of the object property.- Parameters:
value- allowed object isString
-
getCount
public int getCount()
Gets the value of the count property.
-
setCount
public void setCount(int value)
Sets the value of the count property.
-
getAverageTime
public Long getAverageTime()
Gets the value of the averageTime property.- Returns:
- possible object is
Long
-
setAverageTime
public void setAverageTime(Long value)
Sets the value of the averageTime property.- Parameters:
value- allowed object isLong
-
getMinTime
public Long getMinTime()
Gets the value of the minTime property.- Returns:
- possible object is
Long
-
setMinTime
public void setMinTime(Long value)
Sets the value of the minTime property.- Parameters:
value- allowed object isLong
-
getMaxTime
public Long getMaxTime()
Gets the value of the maxTime property.- Returns:
- possible object is
Long
-
setMaxTime
public void setMaxTime(Long value)
Sets the value of the maxTime property.- Parameters:
value- allowed object isLong
-
getTotalTime
public long getTotalTime()
Gets the value of the totalTime property.
-
setTotalTime
public void setTotalTime(long value)
Sets the value of the totalTime property.
-
toString
public String toString()
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode
-
equals
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)- Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals
-
object
public MappingsStatisticsEntryType object(String value)
-
count
public MappingsStatisticsEntryType count(int value)
-
averageTime
public MappingsStatisticsEntryType averageTime(Long value)
-
minTime
public MappingsStatisticsEntryType minTime(Long value)
-
maxTime
public MappingsStatisticsEntryType maxTime(Long value)
-
totalTime
public MappingsStatisticsEntryType totalTime(long value)
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable
-
clone
public MappingsStatisticsEntryType clone()
Creates and returns a deep copy of this object.
-
-