Class AuditEventRecordListType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
- com.evolveum.midpoint.xml.ns._public.common.audit_3.AuditEventRecordListType
-
- All Implemented Interfaces:
PlainStructured
,JaxbVisitable
,Serializable
,Cloneable
public class AuditEventRecordListType extends com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy
-
-
Constructor Summary
Constructors Constructor Description AuditEventRecordListType()
AuditEventRecordListType(AuditEventRecordListType other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(JaxbVisitor visitor)
AuditEventRecordType
beginObject()
AuditEventRecordListType
clone()
AuditEventRecordListType
count(Integer value)
boolean
equals(Object other, StructuredEqualsStrategy strategy)
Integer
getCount()
List<AuditEventRecordType>
getObject()
int
hashCode(StructuredHashCodeStrategy strategy)
AuditEventRecordListType
object(AuditEventRecordType value)
void
setCount(Integer value)
-
-
-
Constructor Detail
-
AuditEventRecordListType
public AuditEventRecordListType()
-
AuditEventRecordListType
public AuditEventRecordListType(AuditEventRecordListType other)
-
-
Method Detail
-
getCount
public Integer getCount()
-
setCount
public void setCount(Integer value)
-
getObject
public List<AuditEventRecordType> getObject()
-
hashCode
public int hashCode(StructuredHashCodeStrategy strategy)
- Specified by:
hashCode
in interfacePlainStructured
- Overrides:
hashCode
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
equals
public boolean equals(Object other, StructuredEqualsStrategy strategy)
- Specified by:
equals
in interfacePlainStructured
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
count
public AuditEventRecordListType count(Integer value)
-
object
public AuditEventRecordListType object(AuditEventRecordType value)
-
beginObject
public AuditEventRecordType beginObject()
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
accept
in interfaceJaxbVisitable
- Overrides:
accept
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
clone
public AuditEventRecordListType clone()
- Specified by:
clone
in interfacePlainStructured
- Specified by:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
-