Package lumis.portal.analytics.journey
Class JourneyInstance
- java.lang.Object
-
- lumis.portal.analytics.journey.JourneyInstance
-
- All Implemented Interfaces:
Cloneable
,ICacheEntry
,ICloneableCacheEntry
public class JourneyInstance extends Object implements ICloneableCacheEntry
A journey stage.- Since:
- 12.2.0
- Version:
- $Revision: 23535 $ $Date: 2020-01-14 13:18:39 -0300 (Tue, 14 Jan 2020) $
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
String
getId()
Returns the id.JourneyStage
getStage()
Returns the stage.String
getStageId()
Returns the stageId.MonitorUser
getUser()
Returns the userId.String
getUserId()
Returns the userId.
-
-
-
Method Detail
-
getStageId
public String getStageId()
Returns the stageId.- Returns:
- the stageId
- Since:
- 12.2.0
-
getStage
public JourneyStage getStage() throws PortalException
Returns the stage.- Returns:
- the stage
- Throws:
PortalException
- Since:
- 12.2.0
-
getUserId
public String getUserId()
Returns the userId.- Returns:
- the userId
- Since:
- 12.2.0
-
getUser
public MonitorUser getUser()
Returns the userId.- Returns:
- the userId
- Since:
- 12.2.0
-
getId
public String getId()
Returns the id.- Returns:
- the id.
- Since:
- 12.2.0
-
clone
public Object clone() throws CloneNotSupportedException
- Specified by:
clone
in interfaceICloneableCacheEntry
- Overrides:
clone
in classObject
- Throws:
CloneNotSupportedException
-
-