protected static class DNSManager.DNSInfo extends Object
Modifier and Type | Field and Description |
---|---|
protected long |
expiration |
protected String |
fqdn |
protected String |
hostName |
protected String |
ipaddress |
Constructor and Description |
---|
DNSManager.DNSInfo(String ipaddress,
String fqdn,
long expiration,
String hostName)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
long |
getExpirationTime()
Get the expiration time.
|
String |
getFQDN()
Get the fqdn
|
String |
getHostName()
Get the host name
|
String |
getIPAddress()
Get the ipaddress
|