Class LogSegmentType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.LogSegmentType
-
- All Implemented Interfaces:
PlainStructured
,JaxbVisitable
,Serializable
,Cloneable
public class LogSegmentType extends com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
Segment of the logfile.- 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 QName
COMPLEX_TYPE
protected List<String>
entry
static ItemName
F_ENTRY
static ItemName
F_SEQUENCE_NUMBER
protected Integer
sequenceNumber
-
Constructor Summary
Constructors Constructor Description LogSegmentType()
LogSegmentType(LogSegmentType other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(JaxbVisitor visitor)
LogSegmentType
clone()
LogSegmentType
entry(String value)
boolean
equals(Object other, StructuredEqualsStrategy strategy)
List<String>
getEntry()
Integer
getSequenceNumber()
int
hashCode(StructuredHashCodeStrategy strategy)
LogSegmentType
sequenceNumber(Integer value)
void
setSequenceNumber(Integer value)
-
-
-
Constructor Detail
-
LogSegmentType
public LogSegmentType()
-
LogSegmentType
public LogSegmentType(LogSegmentType other)
-
-
Method Detail
-
getSequenceNumber
public Integer getSequenceNumber()
-
setSequenceNumber
public void setSequenceNumber(Integer value)
-
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
-
sequenceNumber
public LogSegmentType sequenceNumber(Integer value)
-
entry
public LogSegmentType entry(String value)
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
accept
in interfaceJaxbVisitable
- Overrides:
accept
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
clone
public LogSegmentType clone()
- Specified by:
clone
in interfacePlainStructured
- Specified by:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
-