Class SessionStoringOptions


  • public class SessionStoringOptions
    extends Object
    SessionStoringOptions
    • Constructor Detail

      • SessionStoringOptions

        public SessionStoringOptions​(String sessionname,
                                     String description,
                                     boolean appendtimestamp,
                                     String recordingoption,
                                     boolean locksession,
                                     Date timeframestart,
                                     Date timeframeend)
    • 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
      • getTimeframestart

        public Date getTimeframestart()
        Start time of the interval during which the data will be stored, in ISO 8601 compatible date/time of format: yyyy-MM-dd'T'HH:mm:ss.SSSXXX
        Returns:
        timeframestart
      • getTimeframeend

        public Date getTimeframeend()
        End time of the interval during which the data will be stored, in ISO 8601 compatible date/time of format: yyyy-MM-dd'T'HH:mm:ss.SSSXXX
        Returns:
        timeframeend