biz.neustar.wpm.api
Interface Dns.DnsRecord

Enclosing interface:
Dns

public static interface Dns.DnsRecord


Method Summary
 java.lang.String getDetails()
          The the full dig style output for this record
 java.lang.String getName()
          Get the ip or hostname returned from the lookup
 long getTTL()
          The the time to live for this DNS record in seconds.
 

Method Detail

getName

java.lang.String getName()
Get the ip or hostname returned from the lookup

Returns:
return the name

getDetails

java.lang.String getDetails()
The the full dig style output for this record

Returns:
full dig details

getTTL

long getTTL()
The the time to live for this DNS record in seconds.

Returns:
return the time in seconds for the record to remain cachable

Copyright © 2020 Neustar, Inc. All Rights Reserved.