Class InboundTrackEvent


  • public final class InboundTrackEvent
    extends java.lang.Object
    • Method Detail

      • getEvent

        public java.lang.String getEvent()
        Returns:
        A descriptive name of the event. This name will appear as a trigger in the Courier Automation Trigger node.
      • getMessageId

        public java.lang.String getMessageId()
        Returns:
        A required unique identifier that will be used to de-duplicate requests. If not unique, will respond with 409 Conflict status
      • getProperties

        public java.util.Map<java.lang.String,​java.lang.Object> getProperties()
      • getType

        public java.lang.String getType()
      • getUserId

        public java.util.Optional<java.lang.String> getUserId()
        Returns:
        The user id assocatiated with the track
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • getAdditionalProperties

        public java.util.Map<java.lang.String,​java.lang.Object> getAdditionalProperties()
      • hashCode

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

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