com.jakewharton.pingdom.entities
Class SummaryPerformance

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

public final class SummaryPerformance
extends Object
implements PingdomEntity

Represents a Pingdom summary performance object.

See Also:
Serialized Form

Nested Class Summary
static class SummaryPerformance.Day
          Represents a Pingdom summary performance day object.
static class SummaryPerformance.Hour
          Represents a Pingdom summary performance hour object.
static class SummaryPerformance.Week
          Represents a Pingdom summary performance week object.
 
Constructor Summary
SummaryPerformance()
           
 
Method Summary
 List<SummaryPerformance.Day> getDays()
          List of days.
 List<SummaryPerformance.Hour> getHours()
          List of hours.
 List<SummaryPerformance.Week> getWeeks()
          List of weeks.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SummaryPerformance

public SummaryPerformance()
Method Detail

getHours

public List<SummaryPerformance.Hour> getHours()
List of hours.

Returns:
List of values.
Since:
2.0

getDays

public List<SummaryPerformance.Day> getDays()
List of days.

Returns:
List of values.
Since:
2.0

getWeeks

public List<SummaryPerformance.Week> getWeeks()
List of weeks.

Returns:
List of values.
Since:
2.0


Copyright © 2011 Jake Wharton. All Rights Reserved.