|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jakewharton.pingdom.entities.SummaryPerformance
public final class SummaryPerformance
Represents a Pingdom summary performance object.
| 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 |
|---|
public SummaryPerformance()
| Method Detail |
|---|
public List<SummaryPerformance.Hour> getHours()
public List<SummaryPerformance.Day> getDays()
public List<SummaryPerformance.Week> getWeeks()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||