Class InstrumentationDataInstanceCounts

java.lang.Object
edu.internet2.middleware.grouper.instrumentation.InstrumentationDataInstanceCounts

public class InstrumentationDataInstanceCounts extends Object
  • Constructor Details

    • InstrumentationDataInstanceCounts

      public InstrumentationDataInstanceCounts()
  • Method Details

    • getStartTime

      public Date getStartTime()
      Returns:
      the startTime
    • setStartTime

      public void setStartTime(Date startTime)
      Parameters:
      startTime - the startTime to set
    • getDuration

      public Long getDuration()
      Returns:
      the duration
    • setDuration

      public void setDuration(Long duration)
      Parameters:
      duration - the duration to set
    • getCounts

      public Map<String,Long> getCounts()
      Returns:
      the counts
    • setCounts

      public void setCounts(Map<String,Long> counts)
      Parameters:
      counts - the counts to set
    • getCreatedOn

      public Date getCreatedOn()
      Returns:
      the createdOn
    • setCreatedOn

      public void setCreatedOn(Date createdOn)
      Parameters:
      createdOn - the createdOn to set