|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gcube.messaging.common.messages.records.IntervalRecord
public class IntervalRecord
Constructor Summary | |
---|---|
IntervalRecord()
|
|
IntervalRecord(Long interval)
create an Interval record for the given Interval |
Method Summary | |
---|---|
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)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IntervalRecord()
public IntervalRecord(Long interval)
timeSlot
- the timeSlotMethod Detail |
---|
public 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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |