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 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 QNameCOMPLEX_TYPEprotected List<String>entrystatic ItemNameF_ENTRYstatic ItemNameF_SEQUENCE_NUMBERprotected IntegersequenceNumber
-
Constructor Summary
Constructors Constructor Description LogSegmentType()LogSegmentType(LogSegmentType other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)LogSegmentTypeclone()LogSegmentTypeentry(String value)booleanequals(Object other, StructuredEqualsStrategy strategy)List<String>getEntry()IntegergetSequenceNumber()inthashCode(StructuredHashCodeStrategy strategy)LogSegmentTypesequenceNumber(Integer value)voidsetSequenceNumber(Integer value)-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
-
-
-
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:
hashCodein interfacePlainStructured- Overrides:
hashCodein classAbstractPlainStructured
-
equals
public boolean equals(Object other, StructuredEqualsStrategy strategy)
- Specified by:
equalsin interfacePlainStructured- Overrides:
equalsin classAbstractPlainStructured
-
sequenceNumber
public LogSegmentType sequenceNumber(Integer value)
-
entry
public LogSegmentType entry(String value)
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classAbstractPlainStructured
-
clone
public LogSegmentType clone()
- Specified by:
clonein interfacePlainStructured- Specified by:
clonein classAbstractPlainStructured
-
-