Class Event


  • public class Event
    extends java.lang.Object
    A tracking event.
    • Constructor Detail

      • Event

        public Event()
    • Method Detail

      • getEventCode

        public EventCode getEventCode()
        Get eventCode
        Returns:
        eventCode
      • setEventCode

        public void setEventCode​(EventCode eventCode)
      • getLocation

        public Location getLocation()
        Get location
        Returns:
        location
      • setLocation

        public void setLocation​(Location location)
      • eventTime

        public Event eventTime​(org.threeten.bp.OffsetDateTime eventTime)
      • getEventTime

        public org.threeten.bp.OffsetDateTime getEventTime()
        The ISO 8601 formatted timestamp of the event.
        Returns:
        eventTime
      • setEventTime

        public void setEventTime​(org.threeten.bp.OffsetDateTime eventTime)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object