com.jakewharton.pingdom.entities
Class SummaryPerformance.Hour

java.lang.Object
  extended by com.jakewharton.pingdom.entities.SummaryPerformance.Hour
All Implemented Interfaces:
PingdomEntity, Serializable
Enclosing class:
SummaryPerformance

public static final class SummaryPerformance.Hour
extends Object
implements PingdomEntity

Represents a Pingdom summary performance hour object.

See Also:
Serialized Form

Constructor Summary
SummaryPerformance.Hour()
           
 
Method Summary
 Integer getAverageResponse()
          Average response time for this interval in milliseconds.
 Integer getDowntime()
          Total downtime for this interval in seconds.
 Date getStartTime()
          Hour 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

SummaryPerformance.Hour

public SummaryPerformance.Hour()
Method Detail

getStartTime

public Date getStartTime()
Hour interval start.

Returns:
Value.
Since:
2.0

getAverageResponse

public Integer getAverageResponse()
Average response time for this interval in milliseconds.

Returns:
Value.
Since:
2.0

getUptime

public Integer getUptime()
Total uptime for this interval in seconds.

Returns:
Value.
Since:
2.0

getDowntime

public Integer getDowntime()
Total downtime for this interval in seconds.

Returns:
Value.
Since:
2.0

getUnmonitored

public Integer getUnmonitored()
Total unmonitored time for this interval in seconds.

Returns:
Value.
Since:
2.0


Copyright © 2011 Jake Wharton. All Rights Reserved.