com.jakewharton.pingdom.entities
Class RawResults

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

public final class RawResults
extends Object
implements PingdomEntity

Represents a Pingdom raw results object.

See Also:
Serialized Form

Nested Class Summary
static class RawResults.Results
          Represents a Pingdom results object.
 
Constructor Summary
RawResults()
           
 
Method Summary
 List<RawResults> getResults()
          List of raw result data.
 List<Integer> getSomethingIds()
          For your convinience, a list of used probes that produced the showed results.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RawResults

public RawResults()
Method Detail

getResults

public List<RawResults> getResults()
List of raw result data.

Returns:
List of values.
Since:
2.0

getSomethingIds

public List<Integer> getSomethingIds()
For your convinience, a list of used probes that produced the showed results.

Returns:
Value.
Since:
2.0


Copyright © 2011 Jake Wharton. All Rights Reserved.