edu.internet2.middleware.grouper.instrumentation
Class InstrumentationDataInstanceCounts

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

public class InstrumentationDataInstanceCounts
extends Object

Author:
shilen

Constructor Summary
InstrumentationDataInstanceCounts()
           
 
Method Summary
 Map<String,Long> getCounts()
           
 Date getCreatedOn()
           
 Long getDuration()
           
 Date getStartTime()
           
 void setCounts(Map<String,Long> counts)
           
 void setCreatedOn(Date createdOn)
           
 void setDuration(Long duration)
           
 void setStartTime(Date startTime)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstrumentationDataInstanceCounts

public InstrumentationDataInstanceCounts()
Method Detail

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