com.jakewharton.pingdom.entities
Class SummaryAverage.Status

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

public static final class SummaryAverage.Status
extends Object
implements PingdomEntity

Represents a Pingdom summary average status object.

See Also:
Serialized Form

Constructor Summary
SummaryAverage.Status()
           
 
Method Summary
 Integer getTotalDown()
          Total downtime in seconds (Please note that the accuracy of this value is depending on your check resolution).
 Integer getTotalUnknown()
          Total unknown/unmonitored/paused in seconds (Please note that the accuracy of this value is depending on your check resolution.
 Integer getTotalUp()
          Total uptime in seconds (Please note that the accuracy of this value is depending on your check resolution).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SummaryAverage.Status

public SummaryAverage.Status()
Method Detail

getTotalUp

public Integer getTotalUp()
Total uptime in seconds (Please note that the accuracy of this value is depending on your check resolution).

Returns:
Value.
Since:
2.0

getTotalDown

public Integer getTotalDown()
Total downtime in seconds (Please note that the accuracy of this value is depending on your check resolution).

Returns:
Value.
Since:
2.0

getTotalUnknown

public Integer getTotalUnknown()
Total unknown/unmonitored/paused in seconds (Please note that the accuracy of this value is depending on your check resolution. Also note that time before the check was created counts as unknown).

Returns:
Value.
Since:
2.0


Copyright © 2011 Jake Wharton. All Rights Reserved.