Uses of Interface
com.jakewharton.pingdom.PingdomEntity

Packages that use PingdomEntity
com.jakewharton.pingdom.entities Immutable POJOs which provide native object representation of the JSON returned by remote API calls. 
 

Uses of PingdomEntity in com.jakewharton.pingdom.entities
 

Classes in com.jakewharton.pingdom.entities that implement PingdomEntity
 class Actions
          Represents a Pingdom actions object.
static class Actions.Alert
          Represents a Pingdom alert object.
 class Analysis
          Represents a Pingdom analysis object.
 class Check
          Represents a Pingdom check object.
static class Check.CheckTypeBase
          An encompassing base class which allows for the deserialization of all complex check-type objects to a single native object.
 class Contact
          Represents a Pingdom contact object.
 class Error
          Represents a Pingdom error object.
 class Message
          Represents a Pingdom message object.
 class Probe
          Represents a Pingdom probe object.
 class RawResults
          Represents a Pingdom raw results object.
static class RawResults.Results
          Represents a Pingdom results object.
 class Reference
          Represents a Pingdom reference object.
static class Reference.DateTimeFormat
          Represents a Pingdom date/time format object.
static class Reference.NumberFormat
          Represents a Pingdom number object.
static class Reference.Region
          Represents a Pingdom region object.
static class Reference.TimeZone
          Represents a Pingdom time zone object.
 class ReportPublic
          Represents a Pingdom public report object.
 class ReportShared
          Represents a Pingdom shared report object.
static class ReportShared.Banner
          Represents a Pingdom shared report banner object.
 class ReportSubscription
          Represents a Pingdom report subscription object.
 class ServerTime
          Represents a Pingdom server time object.
 class Settings
          Represents a Pingdom settings object.
static class Settings.Country
          Represents a Pingdom country object.
static class Settings.PublicReports
          Represents a Pingdom public report settings object.
static class Settings.TimeZone
          Represents a Pingdom time zone object.
 class SummaryAverage
          Represents a Pingdom summary average object.
static class SummaryAverage.ResponseTime
          Represents a Pingdom response time object.
static class SummaryAverage.ResponseTime.ProbeResponseTime
          Represents a Pingdom probe response time object.
static class SummaryAverage.Status
          Represents a Pingdom summary average status object.
 class SummaryOutage
          Represents a Pingdom summary outage object.
static class SummaryOutage.State
          Represents a Pingdom summary outage status object.
 class SummaryPerformance
          Represents a Pingdom summary performance object.
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.
 class TraceRoute
          Represents a Pingdom trace route object.
 



Copyright © 2011 Jake Wharton. All Rights Reserved.