Class NotificationsStatisticsType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.NotificationsStatisticsType
-
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
public class NotificationsStatisticsType extends AbstractPlainStructured
TODO- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCOMPLEX_TYPEprotected List<NotificationsStatisticsEntryType>entrystatic ItemNameF_ENTRY
-
Constructor Summary
Constructors Constructor Description NotificationsStatisticsType()NotificationsStatisticsType(NotificationsStatisticsType other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)NotificationsStatisticsEntryTypebeginEntry()NotificationsStatisticsTypeclone()NotificationsStatisticsTypeentry(NotificationsStatisticsEntryType value)booleanequals(Object other, StructuredEqualsStrategy strategy)List<NotificationsStatisticsEntryType>getEntry()inthashCode(StructuredHashCodeStrategy strategy)-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
-
-
-
Field Detail
-
entry
protected List<NotificationsStatisticsEntryType> entry
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_ENTRY
public static final ItemName F_ENTRY
-
-
Constructor Detail
-
NotificationsStatisticsType
public NotificationsStatisticsType()
-
NotificationsStatisticsType
public NotificationsStatisticsType(NotificationsStatisticsType other)
-
-
Method Detail
-
getEntry
public List<NotificationsStatisticsEntryType> getEntry()
-
hashCode
public int hashCode(StructuredHashCodeStrategy strategy)
- Specified by:
hashCodein interfacePlainStructured- Overrides:
hashCodein classAbstractPlainStructured
-
equals
public boolean equals(Object other, StructuredEqualsStrategy strategy)
- Specified by:
equalsin interfacePlainStructured- Overrides:
equalsin classAbstractPlainStructured
-
entry
public NotificationsStatisticsType entry(NotificationsStatisticsEntryType value)
-
beginEntry
public NotificationsStatisticsEntryType beginEntry()
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classAbstractPlainStructured
-
clone
public NotificationsStatisticsType clone()
- Specified by:
clonein interfacePlainStructured- Specified by:
clonein classAbstractPlainStructured
-
-