|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.jakewharton.pingdom.entities.Probe
public final class Probe
Represents a Pingdom probe object.
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 |
---|
public Probe()
Method Detail |
---|
public Integer getId()
public String getCountry()
public String getCity()
public String getName()
public Boolean getActive()
public String getHostName()
public String getIp()
public String getCountryIso()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |