Class NotificationsStatisticsEntryType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.NotificationsStatisticsEntryType
-
- All Implemented Interfaces:
JaxbVisitable,Serializable,Cloneable,org.jvnet.jaxb2_commons.lang.Equals,org.jvnet.jaxb2_commons.lang.HashCode
public class NotificationsStatisticsEntryType extends Object implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
TODOJava class for NotificationsStatisticsEntryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NotificationsStatisticsEntryType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="transport" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="countSuccess" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="countFailure" 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 intcountFailureprotected intcountSuccessstatic ItemNameF_AVERAGE_TIMEstatic ItemNameF_COUNT_FAILUREstatic ItemNameF_COUNT_SUCCESSstatic ItemNameF_MAX_TIMEstatic ItemNameF_MIN_TIMEstatic ItemNameF_TOTAL_TIMEstatic ItemNameF_TRANSPORTprotected LongmaxTimeprotected LongminTimeprotected longtotalTimeprotected Stringtransport
-
Constructor Summary
Constructors Constructor Description NotificationsStatisticsEntryType()Creates a newNotificationsStatisticsEntryTypeinstance.NotificationsStatisticsEntryType(NotificationsStatisticsEntryType o)Creates a newNotificationsStatisticsEntryTypeinstance by deeply copying a givenNotificationsStatisticsEntryTypeinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)NotificationsStatisticsEntryTypeaverageTime(Long value)NotificationsStatisticsEntryTypeclone()Creates and returns a deep copy of this object.NotificationsStatisticsEntryTypecountFailure(int value)NotificationsStatisticsEntryTypecountSuccess(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.intgetCountFailure()Gets the value of the countFailure property.intgetCountSuccess()Gets the value of the countSuccess property.LonggetMaxTime()Gets the value of the maxTime property.LonggetMinTime()Gets the value of the minTime property.longgetTotalTime()Gets the value of the totalTime property.StringgetTransport()Gets the value of the transport property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)NotificationsStatisticsEntryTypemaxTime(Long value)NotificationsStatisticsEntryTypeminTime(Long value)voidsetAverageTime(Long value)Sets the value of the averageTime property.voidsetCountFailure(int value)Sets the value of the countFailure property.voidsetCountSuccess(int value)Sets the value of the countSuccess property.voidsetMaxTime(Long value)Sets the value of the maxTime property.voidsetMinTime(Long value)Sets the value of the minTime property.voidsetTotalTime(long value)Sets the value of the totalTime property.voidsetTransport(String value)Sets the value of the transport property.StringtoString()Generates a String representation of the contents of this type.NotificationsStatisticsEntryTypetotalTime(long value)NotificationsStatisticsEntryTypetransport(String value)
-
-
-
Field Detail
-
transport
protected String transport
-
countSuccess
protected int countSuccess
-
countFailure
protected int countFailure
-
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_TRANSPORT
public static final ItemName F_TRANSPORT
-
F_COUNT_SUCCESS
public static final ItemName F_COUNT_SUCCESS
-
F_COUNT_FAILURE
public static final ItemName F_COUNT_FAILURE
-
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
-
NotificationsStatisticsEntryType
public NotificationsStatisticsEntryType()
Creates a newNotificationsStatisticsEntryTypeinstance.
-
NotificationsStatisticsEntryType
public NotificationsStatisticsEntryType(NotificationsStatisticsEntryType o)
Creates a newNotificationsStatisticsEntryTypeinstance by deeply copying a givenNotificationsStatisticsEntryTypeinstance.- Parameters:
o- The instance to copy.- Throws:
NullPointerException- ifoisnull.
-
-
Method Detail
-
getTransport
public String getTransport()
Gets the value of the transport property.- Returns:
- possible object is
String
-
setTransport
public void setTransport(String value)
Sets the value of the transport property.- Parameters:
value- allowed object isString
-
getCountSuccess
public int getCountSuccess()
Gets the value of the countSuccess property.
-
setCountSuccess
public void setCountSuccess(int value)
Sets the value of the countSuccess property.
-
getCountFailure
public int getCountFailure()
Gets the value of the countFailure property.
-
setCountFailure
public void setCountFailure(int value)
Sets the value of the countFailure 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
-
transport
public NotificationsStatisticsEntryType transport(String value)
-
countSuccess
public NotificationsStatisticsEntryType countSuccess(int value)
-
countFailure
public NotificationsStatisticsEntryType countFailure(int value)
-
averageTime
public NotificationsStatisticsEntryType averageTime(Long value)
-
minTime
public NotificationsStatisticsEntryType minTime(Long value)
-
maxTime
public NotificationsStatisticsEntryType maxTime(Long value)
-
totalTime
public NotificationsStatisticsEntryType totalTime(long value)
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable
-
clone
public NotificationsStatisticsEntryType clone()
Creates and returns a deep copy of this object.
-
-