Class ProfilingSession

    • Constructor Detail

      • ProfilingSession

        public ProfilingSession()
    • Method Detail

      • getComments

        public String getComments()
      • getData

        public String getData()
      • getDiscardedCount

        public int getDiscardedCount()
      • getDuration

        public long getDuration()
      • getEndDate

        public Date getEndDate()
      • getEntryCount

        public int getEntryCount()
      • getStartDate

        public Date getStartDate()
      • setComments

        public void setComments​(String comments)
      • setData

        public void setData​(String data)
      • setDiscardedCount

        public void setDiscardedCount​(int discardedCount)
      • setEndDate

        public void setEndDate​(Date endDate)
      • setEntryCount

        public void setEntryCount​(int entryCount)
      • setStartDate

        public void setStartDate​(Date startDate)