Package lumis.portal.analytics.journey
Class JourneyInstance
- java.lang.Object
-
- lumis.portal.analytics.journey.JourneyInstance
-
- All Implemented Interfaces:
java.lang.Cloneable
,ICacheEntry
,ICloneableCacheEntry
public class JourneyInstance extends java.lang.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 java.lang.Object
clone()
java.lang.String
getId()
Returns the id.JourneyStage
getStage()
Returns the stage.java.lang.String
getStageId()
Returns the stageId.MonitorUser
getUser()
Returns the userId.java.lang.String
getUserId()
Returns the userId.
-
-
-
Method Detail
-
getStageId
public java.lang.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 java.lang.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 java.lang.String getId()
Returns the id.- Returns:
- the id.
- Since:
- 12.2.0
-
clone
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
- Specified by:
clone
in interfaceICloneableCacheEntry
- Overrides:
clone
in classjava.lang.Object
- Throws:
java.lang.CloneNotSupportedException
-
-