com.jakewharton.pingdom.entities
Class Probe

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

public final class Probe
extends Object
implements PingdomEntity

Represents a Pingdom probe object.

See Also:
Serialized Form

Constructor Summary
Probe()
           
 
Method Summary
 Boolean getActive()
          Is the probe currently active?.
 String getCity()
          City.
 String getCountry()
          Country.
 String getCountryIso()
          Country ISO code.
 String getHostName()
          DNS name.
 Integer getId()
          Unique probe id.
 String getIp()
          IP address.
 String getName()
          Name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Probe

public Probe()
Method Detail

getId

public Integer getId()
Unique probe id.

Returns:
Value.
Since:
2.0

getCountry

public String getCountry()
Country.

Returns:
Value.
Since:
2.0

getCity

public String getCity()
City.

Returns:
Value.
Since:
2.0

getName

public String getName()
Name.

Returns:
Value.
Since:
2.0

getActive

public Boolean getActive()
Is the probe currently active?.

Returns:
Value.
Since:
2.0

getHostName

public String getHostName()
DNS name.

Returns:
Value.
Since:
2.0

getIp

public String getIp()
IP address.

Returns:
Value.
Since:
2.0

getCountryIso

public String getCountryIso()
Country ISO code.

Returns:
Value.
Since:
2.0


Copyright © 2011 Jake Wharton. All Rights Reserved.