com.ibm.ia.model

Interface Event



  • public interface Event
    An Event. An event has a timestamp. Derived interfaces must contain a single getter method with the @Timestamp annotation.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String GENERIC_XML_NAMESPACE
      The XML namespace used by events serialised using DataFormat.GENERIC_XML.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.String get$Id()
      Returns the event identifier.
      java.time.ZonedDateTime get$Timestamp()
      Returns the timestamp of the event.
      java.lang.String get$TypeName()
      Returns the event type name
    • Field Detail

      • GENERIC_XML_NAMESPACE

        static final java.lang.String GENERIC_XML_NAMESPACE
        The XML namespace used by events serialised using DataFormat.GENERIC_XML.
        See Also:
        Constant Field Values
    • Method Detail

      • get$Timestamp

        java.time.ZonedDateTime get$Timestamp()
        Returns the timestamp of the event.
      • get$TypeName

        java.lang.String get$TypeName()
        Returns the event type name
      • get$Id

        java.lang.String get$Id()
        Returns the event identifier. The event identifier is an internal identifier set by the system.

© Copyright IBM 2016