Class 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 Detail

      • getStageId

        public java.lang.String getStageId()
        Returns the stageId.
        Returns:
        the stageId
        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 interface ICloneableCacheEntry
        Overrides:
        clone in class java.lang.Object
        Throws:
        java.lang.CloneNotSupportedException