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:
  • Field Details

    • sequenceNumber

      protected Integer sequenceNumber
    • entry

      protected List<String> entry
    • COMPLEX_TYPE

      public static final QName COMPLEX_TYPE
    • F_SEQUENCE_NUMBER

      public static final ItemName F_SEQUENCE_NUMBER
    • F_ENTRY

      public static final ItemName F_ENTRY
  • Constructor Details

    • LogSegmentType

      public LogSegmentType()
    • LogSegmentType

      public LogSegmentType(LogSegmentType other)
  • Method Details