com.jakewharton.pingdom.entities
Class TraceRoute

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

public class TraceRoute
extends Object
implements PingdomEntity

Represents a Pingdom trace route object.

See Also:
Serialized Form

Constructor Summary
TraceRoute()
           
 
Method Summary
 String getProbeDescription()
          Probe description.
 Integer getProbeId()
          Probe identifier.
 String getResult()
          Traceroute output.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TraceRoute

public TraceRoute()
Method Detail

getResult

public String getResult()
Traceroute output.

Returns:
Value.
Since:
2.0

getProbeId

public Integer getProbeId()
Probe identifier.

Returns:
Value.
Since:
2.0

getProbeDescription

public String getProbeDescription()
Probe description.

Returns:
Value.
Since:
2.0


Copyright © 2011 Jake Wharton. All Rights Reserved.