|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.jakewharton.pingdom.entities.SummaryPerformance.Week
public static final class SummaryPerformance.Week
Represents a Pingdom summary performance week object.
Constructor Summary | |
---|---|
SummaryPerformance.Week()
|
Method Summary | |
---|---|
Integer |
getAverageResponse()
Average response time for this interval in milliseconds. |
Integer |
getDowntime()
Total downtime for this interval in seconds. |
Date |
getStartTime()
Week interval start. |
Integer |
getUnmonitored()
Total unmonitored time for this interval in seconds. |
Integer |
getUptime()
Total uptime for this interval in seconds. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SummaryPerformance.Week()
Method Detail |
---|
public Date getStartTime()
public Integer getAverageResponse()
public Integer getUptime()
public Integer getDowntime()
public Integer getUnmonitored()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |