com.jakewharton.pingdom.entities
Class Check.DnsType

java.lang.Object
  extended by com.jakewharton.pingdom.entities.Check.DnsType
Enclosing class:
Check

public static final class Check.DnsType
extends Object

Check.CheckTypeBase wrapper which only exposes methods appropriate for a DNS check type.

Author:
Jake Wharton

Method Summary
 String getExpectedIp()
          Expected IP.
 String getNameServer()
          DNS server to use.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getNameServer

public String getNameServer()
DNS server to use.

Returns:
Value.
Since:
2.0

getExpectedIp

public String getExpectedIp()
Expected IP.

Returns:
Value.
Since:
2.0


Copyright © 2011 Jake Wharton. All Rights Reserved.