com.jakewharton.pingdom.entities
Class Analysis

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

public final class Analysis
extends Object
implements PingdomEntity

Represents a Pingdom analysis object.

See Also:
Serialized Form

Constructor Summary
Analysis()
           
 
Method Summary
 Integer getId()
          Analysis id.
 Integer getTimeConfirmTest()
          Time of the confirmation test that performed the error analysis.
 Integer getTimeFirstTest()
          Time of test that initiated the confirmation test.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Analysis

public Analysis()
Method Detail

getId

public Integer getId()
Analysis id.

Returns:
Value.
Since:
2.0

getTimeFirstTest

public Integer getTimeFirstTest()
Time of test that initiated the confirmation test.

Returns:
Value.
Since:
2.0

getTimeConfirmTest

public Integer getTimeConfirmTest()
Time of the confirmation test that performed the error analysis.

Returns:
Value.
Since:
2.0


Copyright © 2011 Jake Wharton. All Rights Reserved.