public class IntervalRecord extends Object implements Serializable
Constructor and Description |
---|
IntervalRecord() |
IntervalRecord(Long interval)
create an Interval record for the given Interval
|
Modifier and Type | Method and Description |
---|---|
Double |
getAverageInvocationTime()
get the averageInvocationTime
|
Date |
getEndInterval() |
Long |
getInterval()
get the interval
|
Long |
getInvocationNumber()
get the invocation Number
|
String |
getIP()
the caller IP
|
Date |
getStartInterval() |
void |
setAverageInvocationTime(Double averageInvocationTime)
set the averageInvocationTime
|
void |
setEndInterval(Date endInterval) |
void |
setInterval(Long interval)
set the time slot
|
void |
setInvocationNumber(Long invocationNumber)
set the invocationNumbers
|
void |
setIP(String iP)
the caller IP
|
void |
setStartInterval(Date startInterval) |
public IntervalRecord()
public IntervalRecord(Long interval)
timeSlot
- the timeSlotpublic Double getAverageInvocationTime()
public void setAverageInvocationTime(Double averageInvocationTime)
averageInvocationTime
- public Long getInvocationNumber()
public void setInvocationNumber(Long invocationNumber)
invocationNumber
- invocationNumberpublic Long getInterval()
public void setInterval(Long interval)
timeSlot
- the time slotpublic String getIP()
public void setIP(String iP)
iP
- the caller IPpublic Date getStartInterval()
public void setStartInterval(Date startInterval)
public Date getEndInterval()
public void setEndInterval(Date endInterval)
Copyright © 2014. All Rights Reserved.