Package lumis.portal.monitor
Class MonitorFields.Journey.Exit
- java.lang.Object
-
- lumis.portal.monitor.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: 25303 $ $Date: 2022-10-22 22:48:02 -0300 (Sat, 22 Oct 2022) $
-
-
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()
-
-
-
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
-
-