com.jakewharton.pingdom.entities
Class RawResults
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RawResults
public RawResults()
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.