|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jakewharton.pingdom.entities.SummaryAverage.ResponseTime
public static final class SummaryAverage.ResponseTime
Represents a Pingdom response time object.
| Nested Class Summary | |
|---|---|
static class |
SummaryAverage.ResponseTime.AvgResponseWrapper
Wrapper for the average response field of a SummaryAverage.ResponseTime
providing either a single integer value or a list of
probe-specific response times. |
static class |
SummaryAverage.ResponseTime.ProbeResponseTime
Represents a Pingdom probe response time object. |
| Constructor Summary | |
|---|---|
SummaryAverage.ResponseTime()
|
|
| Method Summary | |
|---|---|
SummaryAverage.ResponseTime.AvgResponseWrapper |
getAvgResponse()
Total average response time in milliseconds. |
Date |
getFrom()
Start time of period. |
Date |
getTo()
End time of period. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SummaryAverage.ResponseTime()
| Method Detail |
|---|
public Date getFrom()
public Date getTo()
public SummaryAverage.ResponseTime.AvgResponseWrapper getAvgResponse()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||