com.jakewharton.pingdom.entities
Class RawResults.Results

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

public static final class RawResults.Results
extends Object
implements PingdomEntity

Represents a Pingdom results object.

See Also:
Serialized Form

Constructor Summary
RawResults.Results()
           
 
Method Summary
 Integer getAnalysisId()
          Analysis identifier.
 Integer getProbeId()
          Probe identifier.
 Integer getResponseTime()
          Response time (in milliseconds) (Will be 0 if no response was received).
 CheckStatus getStatus()
          Result status.
 String getStatusDesc()
          Short status description.
 String getStatusDescLong()
          Long status description.
 Date getTime()
          Time when test was performed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RawResults.Results

public RawResults.Results()
Method Detail

getProbeId

public Integer getProbeId()
Probe identifier.

Returns:
Value.
Since:
2.0

getTime

public Date getTime()
Time when test was performed.

Returns:
Value.
Since:
2.0

getStatus

public CheckStatus getStatus()
Result status.

Returns:
Value.
Since:
2.0

getResponseTime

public Integer getResponseTime()
Response time (in milliseconds) (Will be 0 if no response was received).

Returns:
Value.
Since:
2.0

getStatusDesc

public String getStatusDesc()
Short status description.

Returns:
Value.
Since:
2.0

getStatusDescLong

public String getStatusDescLong()
Long status description.

Returns:
Value.
Since:
2.0

getAnalysisId

public Integer getAnalysisId()
Analysis identifier.

Returns:
Value.
Since:
2.0


Copyright © 2011 Jake Wharton. All Rights Reserved.