Class SessionRecordingOptions


  • public class SessionRecordingOptions
    extends Object
    SessionRecordingOptions
    • Constructor Detail

      • SessionRecordingOptions

        public SessionRecordingOptions​(String sessionname,
                                       String description,
                                       boolean appendtimestamp,
                                       String recordingoption,
                                       boolean locksession)
    • Method Detail

      • getSessionname

        public String getSessionname()
        User-readable presentable name for the session to be stored
        Returns:
        sessionname
      • getDescription

        public String getDescription()
        Description for the session to be stored
        Returns:
        description
      • getAppendtimestamp

        public boolean getAppendtimestamp()
        true to append timestamp information to recorded session name, otherwise false (default is false)
        Returns:
        appendtimestamp
      • getLocksession

        public boolean getLocksession()
        true to lock session, otherwise false (default is false)
        Returns:
        locksession