Class MonitorFields.Journey.Exit

  • Enclosing class:
    MonitorFields.Journey

    public static class MonitorFields.Journey.Exit
    extends java.lang.Object
    The Journey Exit related fields.
    Since:
    12.2.0
    Version:
    $Revision: 26587 $ $Date: 2024-08-26 21:09:17 -0300 (Mon, 26 Aug 2024) $
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ABANDON_TYPE
      Journey abandon type field.
      static java.lang.String FIELD_ID
      Identifier of the journey exit field.
      static java.lang.String REASON
      Journey reason field.
    • Constructor Summary

      Constructors 
      Constructor Description
      Exit()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • FIELD_ID

        public static final java.lang.String FIELD_ID
        Identifier of the journey exit field.
        Since:
        12.2.0
        See Also:
        Constant Field Values
      • REASON

        public static final java.lang.String REASON
        Journey reason field.
        Since:
        12.2.0
        See Also:
        Constant Field Values
      • ABANDON_TYPE

        public static final java.lang.String ABANDON_TYPE
        Journey abandon type field.
        Since:
        12.2.0
        See Also:
        Constant Field Values
    • Constructor Detail

      • Exit

        public Exit()