Class NotificationsStatisticsEntryType
java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
com.evolveum.midpoint.xml.ns._public.common.common_3.NotificationsStatisticsEntryType
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
public class NotificationsStatisticsEntryType
extends com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
TODO
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Longstatic final QNameprotected intprotected intstatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNameprotected Longprotected Longprotected longprotected String -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(JaxbVisitor visitor) averageTime(Long value) clone()countFailure(Integer value) countSuccess(Integer value) booleanequals(Object other, StructuredEqualsStrategy strategy) intintlonginthashCode(StructuredHashCodeStrategy strategy) voidsetAverageTime(Long value) voidsetCountFailure(Integer value) voidsetCountSuccess(Integer value) voidsetMaxTime(Long value) voidsetMinTime(Long value) voidsetTotalTime(Long value) voidsetTransport(String value) Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
Field Details
-
transport
-
countSuccess
protected int countSuccess -
countFailure
protected int countFailure -
averageTime
-
minTime
-
maxTime
-
totalTime
protected long totalTime -
COMPLEX_TYPE
-
F_TRANSPORT
-
F_COUNT_SUCCESS
-
F_COUNT_FAILURE
-
F_AVERAGE_TIME
-
F_MIN_TIME
-
F_MAX_TIME
-
F_TOTAL_TIME
-
-
Constructor Details
-
NotificationsStatisticsEntryType
public NotificationsStatisticsEntryType() -
NotificationsStatisticsEntryType
-
-
Method Details
-
getTransport
-
setTransport
-
getCountSuccess
public int getCountSuccess() -
setCountSuccess
-
getCountFailure
public int getCountFailure() -
setCountFailure
-
getAverageTime
-
setAverageTime
-
getMinTime
-
setMinTime
-
getMaxTime
-
setMaxTime
-
getTotalTime
public long getTotalTime() -
setTotalTime
-
hashCode
- Specified by:
hashCodein interfacePlainStructured- Overrides:
hashCodein classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
equals
- Specified by:
equalsin interfacePlainStructured- Overrides:
equalsin classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
transport
-
countSuccess
-
countFailure
-
averageTime
-
minTime
-
maxTime
-
totalTime
-
accept
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
clone
- Specified by:
clonein interfacePlainStructured- Specified by:
clonein classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-